[arch-commits] Commit in archlinux-repro/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Tue Dec 21 20:09:38 UTC 2021
Date: Tuesday, December 21, 2021 @ 20:09:38
Author: foxboron
Revision: 1081843
archrelease: copy trunk to community-any
Added:
archlinux-repro/repos/community-any/PKGBUILD
(from rev 1081842, 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-21 20:09:32 UTC (rev 1081842)
+++ PKGBUILD 2021-12-21 20:09:38 UTC (rev 1081843)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Jelle van der Waa <jelle at 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
-}
Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 1081842, archlinux-repro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-21 20:09:38 UTC (rev 1081843)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=archlinux-repro
+pkgver=20211221
+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=('c397cd128289ba6786ae82db51dbea97cd52fe118407b931ca1d9f9f68daf041'
+ '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