summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-15 18:14:16 +0200
committerHyacinthe Cartiaux2015-10-15 18:14:16 +0200
commit156dda6e8e140b3e22e5b6834d57b77e5aefff48 (patch)
tree77a8930908cbf886527885031b21df96d919956a
parented38e51f379922f5ba1a29385c3bca1d9501ba80 (diff)
downloadaur-156dda6e8e140b3e22e5b6834d57b77e5aefff48.tar.gz
Update to 1.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6bca95ef2f4..897d1a6f2d58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v7
+# Thu Oct 15 16:13:43 UTC 2015
pkgbase = genders
pkgdesc = Static cluster configuration database used for cluster configuration management.
- pkgver = 1.21
+ pkgver = 1.22
pkgrel = 1
url = https://computing.llnl.gov/linux/genders.html
arch = x86_64
arch = i686
license = GPL
options = !makeflags
- source = http://sourceforge.net/projects/genders/files/genders/1.21-1/genders-1.21.tar.gz
+ source = https://github.com/chaos/genders/releases/download/genders-1-22-1/genders-1.22.tar.gz
source = 624078.patch
- md5sums = 8915780924dc4fa83432ea1c25907835
+ md5sums = 9ea59a024dcbddb85b0ed25ddca9bc8e
md5sums = 4c5c7b85ee0641a66e885b647fd669fd
pkgname = genders
diff --git a/PKGBUILD b/PKGBUILD
index 7067efc09190..b6d6703f8197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
# Contributor: snafu <regflx@web.de>
pkgname=genders
-pkgver=1.21
+pkgver=1.22
pkgrel=1
pkgdesc="Static cluster configuration database used for cluster configuration management."
arch=('x86_64' 'i686')
url='https://computing.llnl.gov/linux/genders.html'
license=('GPL')
-source=("http://sourceforge.net/projects/genders/files/genders/$pkgver-$pkgrel/$pkgname-$pkgver.tar.gz"
+source=("https://github.com/chaos/${pkgname}/releases/download/${pkgname}-1-22-1/${pkgname}-${pkgver}.tar.gz"
'624078.patch')
-md5sums=('8915780924dc4fa83432ea1c25907835'
+md5sums=('9ea59a024dcbddb85b0ed25ddca9bc8e'
'4c5c7b85ee0641a66e885b647fd669fd')
options=('!makeflags')