summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Petrescu2017-09-05 09:57:50 -0400
committerAdrian Petrescu2017-09-05 09:58:05 -0400
commitbd5e70e839cb4a9a2dec875d3f6d25a3bddae172 (patch)
tree28fda4fcbac47bee22dd200b96de3a2deeb201af
parent2a669b3f1f86792b26ee2353f0935f02998db3e2 (diff)
downloadaur-bd5e70e839cb4a9a2dec875d3f6d25a3bddae172.tar.gz
Fix path to source with new package name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 924ff907e039..693680bc419d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = benzene-wolve
makedepends = boost
depends = boost-libs
depends = db
- source = https://github.com/apetresc/benzene-wolve/archive/v1.0.1.tar.gz
+ source = https://github.com/apetresc/benzene/archive/v1.0.1.tar.gz
source = https://github.com/apetresc/fuego/archive/v1.1.tar.gz
md5sums = 517c202987706c6f3dd70dbf57fe67fa
md5sums = 90a3e6c46f5a418f9fe5bdab46ca6b90
diff --git a/PKGBUILD b/PKGBUILD
index 1edbc78c279d..d711e16f2a61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='http://benzene.sourceforge.net'
license=('GPL3')
depends=('boost-libs' 'db')
makedepends=('boost')
-source=("https://github.com/apetresc/$pkgname/archive/v$pkgver.tar.gz"
+source=("https://github.com/apetresc/benzene/archive/v$pkgver.tar.gz"
'https://github.com/apetresc/fuego/archive/v1.1.tar.gz')
md5sums=('517c202987706c6f3dd70dbf57fe67fa'
'90a3e6c46f5a418f9fe5bdab46ca6b90')