summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Klinkovský2024-04-27 22:22:58 +0200
committerJakub Klinkovský2024-04-27 22:22:58 +0200
commitb827e5c393ae1eb7b18f892eec29d0f1c823884f (patch)
treeefe633ccb1e7b6649e4f2b20708169a25feaef21
parenta8aba8ca9d9d5e7557b2c510b832ce61a2323cf6 (diff)
downloadaur-b827e5c393ae1eb7b18f892eec29d0f1c823884f.tar.gz
Python 3.12 rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d22c034796..fe99b064c870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-hostlist
pkgdesc = Python module for handling LLNL hostlists
pkgver = 1.23.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.nsc.liu.se/~kent/python-hostlist/
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 2be916edf78f..ebaeb7543037 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Jakub Klinkovský <j.l.k@gmx.com>
+# Maintainer: Jakub Klinkovský <lahwaacz at archlinux dot org>
pkgname=python-hostlist
pkgdesc="Python module for handling LLNL hostlists"
pkgver=1.23.0
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url="https://www.nsc.liu.se/~kent/python-hostlist/"
-license=(GPL2)
+license=(GPL-2.0-or-later)
depends=(python)
makedepends=(python-build python-installer python-setuptools python-wheel)
source=("https://www.nsc.liu.se/~kent/$pkgname/$pkgname-$pkgver.tar.gz")