summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2021-09-23 21:39:27 +0200
committerGiovanni Santini2021-09-23 21:39:27 +0200
commit938d743e9834912f98cc3f222a6202b4afbf6c49 (patch)
tree92fcc5fa87298c617c950961529e6475745b8c2c
parentdd09c7b5b138c147f286d017ef49731b429db072 (diff)
downloadaur-938d743e9834912f98cc3f222a6202b4afbf6c49.tar.gz
upgpkg: gecode 6.2.0-2
- Simplify download logic.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75f7d2815885..a7b12c941a3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = gecode
pkgdesc = The Generic Constraint Development Environment
pkgver = 6.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.gecode.org
arch = i686
arch = x86_64
license = MIT
- source = gecode-6.2.0.tar.gz::https://github.com/gecode/gecode/archive/release-6.2.0.tar.gz
+ source = https://github.com/gecode/gecode/archive/release-6.2.0.tar.gz
sha512sums = a763127ba786df86b33f4be1b25226f51bd5d059ea336912e7bd3ec5c54c2fed93f2e5a662793688723495193a42204c0db440b19de8614414ebbe5d2d2d51ed
pkgname = gecode
-
diff --git a/PKGBUILD b/PKGBUILD
index f61e3270f08c..57f194f5c972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gustavo A. Gomez Farhat <gustavo_dot_gomez_dot_farhat at gmail_dot_com>
pkgname=gecode
pkgver=6.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Generic Constraint Development Environment"
arch=('i686' 'x86_64')
url="http://www.gecode.org"
@@ -20,7 +20,7 @@ license=('MIT')
# For further inormation see section 2.6.2 of the Gecode documentation
# "Modeling and Programming with Gecode".
#depends=('mpfr' 'gmp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/release-$pkgver.tar.gz")
+source=("https://github.com/$pkgname/$pkgname/archive/release-$pkgver.tar.gz")
# MD5 sum can not be found anywhere on the webpage.
# Use the following shell command to generate and update the md5 sum.
# $ makepkg -g >> PKGBUILD