[arch-commits] Commit in b4/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Jun 17 20:55:10 UTC 2022
Date: Friday, June 17, 2022 @ 20:55:10
Author: foxboron
Revision: 1238338
archrelease: copy trunk to community-any
Added:
b4/repos/community-any/PKGBUILD
(from rev 1238337, b4/trunk/PKGBUILD)
Deleted:
b4/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-17 20:54:39 UTC (rev 1238337)
+++ PKGBUILD 2022-06-17 20:55:10 UTC (rev 1238338)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
-
-pkgname=b4
-pkgver=0.8.0
-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=('940b2dcf5e6ffc090b3e17d8d7ce77d01bb514a12e3c0713b6397e90a8c3e6f4'
- '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 1238337, b4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-17 20:55:10 UTC (rev 1238338)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Antoine Damhet <antoine.damhet at lse.epita.fr>
+
+pkgname=b4
+pkgver=0.9.0
+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=('36a16bea83edc6d620d828f388b0ca93c727bb4e7d8606fee695a00264ef8e13'
+ 'SKIP')
+
+build() {
+ cd "$pkgname-$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
More information about the arch-commits
mailing list