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

Morten Linderud foxboron at gemini.archlinux.org
Sat Aug 14 11:37:49 UTC 2021


    Date: Saturday, August 14, 2021 @ 11:37:49
  Author: foxboron
Revision: 998532

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-14 11:37:43 UTC (rev 998531)
+++ PKGBUILD	2021-08-14 11:37:49 UTC (rev 998532)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
-
-pkgname=b4
-pkgver=0.7.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=('70518438656942e6f9521af2e38aa96738a9fa47e2cc719d78c7c10eb0c1ee53'
-            '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
-}

Copied: b4/repos/community-any/PKGBUILD (from rev 998531, b4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-14 11:37:49 UTC (rev 998532)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
+
+pkgname=b4
+pkgver=0.7.3
+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=('c5bfdafabd75023b21f241fc5896cece618bb01f996f2fd410879511fa53015f'
+            '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