summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 207c18e3e7ab..4e8c1d94e6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/csxr/i3-gnome/"
license=('MIT')
depends=('i3-wm')
-source=(i3-gnome-3.32.1.zip::https://github.com/csxr/i3-gnome/archive/3.32.1.zip)
+source=($pkgname-$pkgver.zip::https://github.com/csxr/i3-gnome/archive/$pkgver.zip)
md5sums=('927c38bb3c92b1cf6a018af93acf5be9')
build() {
@@ -24,4 +24,3 @@ package() {
make DESTDIR="$pkgdir/" install
}
-