[arch-commits] Commit in archlinux-repro/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 29 09:55:09 UTC 2021
Date: Saturday, May 29, 2021 @ 09:55:08
Author: foxboron
Revision: 950090
upgpkg: archlinux-repro 20210529-1
Modified:
archlinux-repro/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-29 08:49:48 UTC (rev 950089)
+++ PKGBUILD 2021-05-29 09:55:08 UTC (rev 950090)
@@ -2,7 +2,7 @@
# Maintainer: Jelle van der Waa <jelle at archlinux.org>
pkgname=archlinux-repro
-pkgver=20210422
+pkgver=20210529
pkgrel=1
pkgdesc='Tools to reproduce Arch Linux packages'
arch=('any')
@@ -12,12 +12,12 @@
url="http://github.com/archlinux/archlinux-repro"
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('312584982128a76a68b768d14df5a1bd57cafbb085462aaeb63c43426a44f09e'
+sha256sums=('7e4d446eeeac4cf6c0ae7ec32fcf355d2a656a4300048d417c50c6c76165689d'
'SKIP')
build(){
cd "${pkgname}-${pkgver}"
- make
+ make TAG="${pkgver}"
}
package() {
More information about the arch-commits
mailing list