[arch-commits] Commit in archlinux-repro/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Apr 29 21:44:18 UTC 2020
Date: Wednesday, April 29, 2020 @ 21:44:18
Author: foxboron
Revision: 622328
archrelease: copy trunk to community-any
Added:
archlinux-repro/repos/community-any/PKGBUILD
(from rev 622327, archlinux-repro/trunk/PKGBUILD)
Deleted:
archlinux-repro/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-29 21:44:10 UTC (rev 622327)
+++ PKGBUILD 2020-04-29 21:44:18 UTC (rev 622328)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=archlinux-repro
-pkgver=20200427
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro"
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('e58612db68c398c437b45bea451b697e5c673699a4b69c8d194928c2a51eb14b'
- '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 622327, archlinux-repro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-29 21:44:18 UTC (rev 622328)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=archlinux-repro
+pkgver=20200429
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro"
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('5359404e868658a8afedf39cccaad78e8dec26fb757a9212c1b17e257c07784c'
+ 'SKIP')
+
+build(){
+ cd "${pkgname}-${pkgver}"
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list