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

Morten Linderud foxboron at archlinux.org
Mon Sep 21 21:35:07 UTC 2020


    Date: Monday, September 21, 2020 @ 21:35:06
  Author: foxboron
Revision: 711323

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-21 21:34:59 UTC (rev 711322)
+++ PKGBUILD	2020-09-21 21:35:06 UTC (rev 711323)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=archlinux-repro
-pkgver=20200613
-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=('22bfc5f1aeebd9789ad6fb6229a5ae4ce3a9dfabe6cc4336b40c0f10eb84bc74'
-            'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 711322, archlinux-repro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-21 21:35:06 UTC (rev 711323)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=archlinux-repro
+pkgver=20200921
+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=('816d0d00e9bb647101a44681cc05448fa26c106e1e72ce3e4313417e65ca60cb'
+            'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list