[arch-commits] Commit in arch-signoff/repos (3 files)
Jelle van der Waa
jelle at archlinux.org
Wed Oct 23 08:34:32 UTC 2019
Date: Wednesday, October 23, 2019 @ 08:34:32
Author: jelle
Revision: 365382
db-move: moved arch-signoff from [testing] to [extra] (any)
Added:
arch-signoff/repos/extra-any/PKGBUILD
(from rev 365381, arch-signoff/repos/testing-any/PKGBUILD)
Deleted:
arch-signoff/repos/extra-any/PKGBUILD
arch-signoff/repos/testing-any/
--------------------+
/PKGBUILD | 31 +++++++++++++++++++++++++++++++
extra-any/PKGBUILD | 28 ----------------------------
2 files changed, 31 insertions(+), 28 deletions(-)
Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD 2019-10-23 08:33:08 UTC (rev 365381)
+++ extra-any/PKGBUILD 2019-10-23 08:34:32 UTC (rev 365382)
@@ -1,28 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=arch-signoff
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Sign off Arch Linux testing packages'
-arch=(any)
-url="https://github.com/archlinux/arch-signoff"
-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')
-
-build() {
- cd "$pkgname-$pkgver"
- python setup.py build
- make -C man
-}
-
-package() {
- cd "$pkgname-$pkgver"
- python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
-}
Copied: arch-signoff/repos/extra-any/PKGBUILD (from rev 365381, arch-signoff/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD (rev 0)
+++ extra-any/PKGBUILD 2019-10-23 08:34:32 UTC (rev 365382)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=arch-signoff
+pkgver=0.3
+pkgrel=1
+pkgdesc='Sign off Arch Linux testing packages'
+arch=(any)
+url="https://github.com/archlinux/arch-signoff"
+license=("custom:ISC")
+depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
+ 'python-requests' 'python-setuptools')
+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"
+ python setup.py build
+ make -C man
+}
+
+package() {
+ cd "$pkgname"
+ python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "man/signoff.1" "$pkgdir/usr/share/man/man1/signoff.1"
+}
More information about the arch-commits
mailing list