[arch-commits] Commit in archlinux-repro/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Mon Jun 6 21:25:00 UTC 2022


    Date: Monday, June 6, 2022 @ 21:25:00
  Author: foxboron
Revision: 1227165

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 21:24:54 UTC (rev 1227164)
+++ PKGBUILD	2022-06-06 21:25:00 UTC (rev 1227165)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=archlinux-repro
-pkgver=20220116
-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=('c605f2a63af5ea91d9973fd01394897c092f9c3a5e9a055dae268a57d1e08afa'
-            '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 1227164, archlinux-repro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 21:25:00 UTC (rev 1227165)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=archlinux-repro
+pkgver=20220606
+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=('4b4950f6f443bbd719862c9b7914b63fbb33424a4e010e23f7d0b6df8e1cb841'
+            'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make TAG="${pkgver}"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list