summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2023-07-03 08:49:40 +1000
committerAndy Botting2023-07-03 08:49:40 +1000
commitb17a0bcf03a0e2e8b81f7830808755ed131fd1a7 (patch)
treeebb012b0daf23e36686c97db198d8feddf467d64
parentd11842f3701e477a910d623ff06b4c492d2c9a41 (diff)
downloadaur-b17a0bcf03a0e2e8b81f7830808755ed131fd1a7.tar.gz
Update to v2.4.1-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ea6dbc52f87..931c8f91f502 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://docs.openstack.org/futurist/
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index f428d7864794..176105ed7951 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-futurist
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
url='https://docs.openstack.org/futurist/'
@@ -17,17 +17,17 @@ sha512sums=('1af2ea994f82a1814b54a779ab42bbbf3f7ef9d5fa8cd723b8c20df3eba038e23e0
export PBR_VERSION=$pkgver
build() {
- cd futurist-$pkgver
+ cd futurist
python setup.py build
}
check() {
- cd futurist-$pkgver
+ cd futurist
stestr run
}
package() {
- cd futurist-$pkgver
+ cd futurist
python setup.py install --root="$pkgdir" --optimize=1
}