[arch-commits] Commit in b4/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Apr 28 19:05:17 UTC 2021


    Date: Wednesday, April 28, 2021 @ 19:05:17
  Author: foxboron
Revision: 924994

archrelease: copy trunk to community-any

Added:
  b4/repos/community-any/PKGBUILD
    (from rev 924993, b4/trunk/PKGBUILD)
Deleted:
  b4/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-28 19:05:09 UTC (rev 924993)
+++ PKGBUILD	2021-04-28 19:05:17 UTC (rev 924994)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
-
-pkgname=b4
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Helper utility to work with patches made available via a public-inbox archive like lore.kernel.org.'
-license=('GPL')
-arch=('any')
-url='https://git.kernel.org/pub/scm/utils/b4/b4.git/'
-makedepends=('git' 'python-setuptools')
-depends=('python-requests')
-source=("https://mirrors.edge.kernel.org/pub/software/devel/b4/${pkgname}-${pkgver}.tar."{xz,sign})
-validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
-sha256sums=('6b855927545ed3919db3e3a50182a0ec8126b3a75377fab623f642f27c38f99e'
-            'SKIP')
-
-build() {
-	cd "$pkgname-$pkgver"
-	python setup.py build
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: b4/repos/community-any/PKGBUILD (from rev 924993, b4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-28 19:05:17 UTC (rev 924994)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
+
+pkgname=b4
+pkgver=0.6.2
+pkgrel=2
+pkgdesc='Helper utility to work with patches made available via a public-inbox archive like lore.kernel.org.'
+license=('GPL')
+arch=('any')
+url='https://git.kernel.org/pub/scm/utils/b4/b4.git/'
+makedepends=('git' 'python-setuptools')
+depends=('python-requests')
+source=("https://mirrors.edge.kernel.org/pub/software/devel/b4/${pkgname}-${pkgver}.tar."{xz,sign})
+validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
+sha256sums=('6b855927545ed3919db3e3a50182a0ec8126b3a75377fab623f642f27c38f99e'
+            'SKIP')
+
+build() {
+	cd "$pkgname-$pkgver"
+	python setup.py build
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	export PYTHONHASHSEED=0
+	python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list