summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231aeb3923eb..3fe61495c3e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cppad
pkgdesc = A C++ Algorithmic Differentiation Package
pkgver = 20210000.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coin-or/CppAD
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
depends = gcc-libs
- source = https://github.com/coin-or/CppAD/archive/20210000.7.tar.gz
+ source = cppad-20210000.7.tar.gz::https://github.com/coin-or/CppAD/archive/20210000.7.tar.gz
sha256sums = 429337cced66dfe007a7806563766421cac08b76864bcd5a903d8beb286d8a81
pkgname = cppad
diff --git a/PKGBUILD b/PKGBUILD
index c981d1926b25..05256d56ebb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg=coin-or
_pkgname=CppAD
pkgname=cppad
pkgver=20210000.7
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ Algorithmic Differentiation Package"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$_pkgname"
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('gcc-libs')
optdepends=()
makedepends=('cmake')
-source=("$url/archive/$pkgver.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('429337cced66dfe007a7806563766421cac08b76864bcd5a903d8beb286d8a81')
build() {