summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-10-31 14:45:49 +0100
committerJohannes Dewender2015-10-31 14:45:49 +0100
commit27cdf788fe43caebcad285c963b797e1b995f895 (patch)
tree5a5b8ea85a1d30f19210b2e6f99282d4da79351d
parent44c481991c4c8560f2cc3b480aaf6b31807803cd (diff)
downloadaur-27cdf788fe43caebcad285c963b797e1b995f895.tar.gz
fix source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bce76f86f534..69f354f7d474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = voglperf
depends = ncurses
conflicts = voglperf
replaces = voglperf
- source = https://github.com/ValveSoftware/voglperf32/archive/0.2.tar.gz
+ source = https://github.com/ValveSoftware/voglperf/archive/0.2.tar.gz
sha256sums = c91ab58aaa69d84312ce67090252f28a104952d4335595bbc728e357bf2ad545
pkgname = voglperf32
diff --git a/PKGBUILD b/PKGBUILD
index 6d985c8b1248..c0978e88fd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ if [ "$CARCH" = "x86_64" ]; then
fi
conflicts=('voglperf')
replaces=('voglperf')
-source=(https://github.com/ValveSoftware/$pkgname/archive/$pkgver.tar.gz)
+source=(https://github.com/ValveSoftware/$pkgbase/archive/$pkgver.tar.gz)
sha256sums=('c91ab58aaa69d84312ce67090252f28a104952d4335595bbc728e357bf2ad545')
prepare() {