Date: Sunday, December 5, 2021 @ 15:17:27
  Author: foxboron
Revision: 1065162

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
    (from rev 1065161, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-05 15:17:21 UTC (rev 1065161)
+++ PKGBUILD    2021-12-05 15:17:27 UTC (rev 1065162)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxbo...@archlinux.org>
-# Maintainer: Jelle van der Waa <je...@archlinux.org>
-
-pkgname=archlinux-repro
-pkgver=20210602
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
-url="http://github.com/archlinux/archlinux-repro";
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('f127c5cc4855b8ab14905b8a8e689b6963840de244d276568630ec0652afdbe7'
-            'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make TAG="${pkgver}"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 1065161, 
archlinux-repro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-12-05 15:17:27 UTC (rev 1065162)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxbo...@archlinux.org>
+# Maintainer: Jelle van der Waa <je...@archlinux.org>
+
+pkgname=archlinux-repro
+pkgver=20211205
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
+url="http://github.com/archlinux/archlinux-repro";
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('3d6e40bcbf606fdf0e760321df0af8b6623eca969ead645640b5ae9e45975316'
+            'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make TAG="${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Reply via email to