summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Klinkovský2021-12-13 10:52:14 +0100
committerJakub Klinkovský2021-12-13 10:52:14 +0100
commit0932119362418d1112141f0f0165941619bcc7a0 (patch)
tree95e411a7bc7102d1b57b29407f281a247e577461
parent3688cb23e410bb66b10d8099ac0f4bfa828ae076 (diff)
downloadaur-0932119362418d1112141f0f0165941619bcc7a0.tar.gz
update to 1.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbe4501b4de8..c62eb501fb58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-hostlist
pkgdesc = Python module for handling LLNL hostlists
- pkgver = 1.20
+ pkgver = 1.21
pkgrel = 1
url = https://www.nsc.liu.se/~kent/python-hostlist/
arch = x86_64
license = GPL2
makedepends = python-setuptools
depends = python
- source = https://www.nsc.liu.se/~kent/python-hostlist/python-hostlist-1.20.tar.gz
- md5sums = 1afbf1a2cdebaa527e24ee5c5e85711b
+ source = https://www.nsc.liu.se/~kent/python-hostlist/python-hostlist-1.21.tar.gz
+ md5sums = 3e33cc1eb3f1fb4bbf399b9a5808e961
pkgname = python-hostlist
diff --git a/PKGBUILD b/PKGBUILD
index 4850c64399d5..6615dc7afb2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hostlist
pkgdesc="Python module for handling LLNL hostlists"
-pkgver=1.20
+pkgver=1.21
pkgrel=1
arch=('x86_64')
url="https://www.nsc.liu.se/~kent/python-hostlist/"
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python')
makedepends=('python-setuptools')
source=("https://www.nsc.liu.se/~kent/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('1afbf1a2cdebaa527e24ee5c5e85711b')
+md5sums=('3e33cc1eb3f1fb4bbf399b9a5808e961')
build() {
cd "$pkgname-$pkgver"