[arch-commits] Commit in arch-signoff/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Oct 22 16:53:48 UTC 2019
Date: Tuesday, October 22, 2019 @ 16:53:48
Author: jelle
Revision: 365323
upgpkg: arch-signoff 0.3-1
pyalpm 0.9.0 compatibility release.
Modified:
arch-signoff/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-22 16:30:31 UTC (rev 365322)
+++ PKGBUILD 2019-10-22 16:53:48 UTC (rev 365323)
@@ -1,7 +1,7 @@
# Maintainer: Jelle van der Waa <jelle at archlinux.org>
pkgname=arch-signoff
-pkgver=0.2.1
+pkgver=0.3
pkgrel=1
pkgdesc='Sign off Arch Linux testing packages'
arch=(any)
@@ -9,18 +9,21 @@
license=("custom:ISC")
depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
'python-requests' 'python-setuptools')
-makedepends=('python-setuptools-scm' 'asciidoc')
-source=($pkgname-$pkgver.tar.gz::https://github.com/archlinux/arch-signoff/archive/${pkgver}.tar.gz)
-sha512sums=('ec4a45be02fe05af20eba26209400394576da9d836431f1665a406e3d949eb508b1435e8c23abc1e52ffc88f5ffae717738d22cb9ea846cdbd5fa9f26f23f57c')
+makedepends=('python-setuptools-scm' 'asciidoc' 'git')
+source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git#tag=$pkgver")
+validpgpkeys=(
+ 'E499C79F53C96A54E572FEE1C06086337C50773E' # Jelle van der Waa
+)
+md5sums=('SKIP')
build() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname"
python setup.py build
make -C man
}
package() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname"
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
More information about the arch-commits
mailing list