summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f93d9eda9e42..c474735b461b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.1
pkgrel=1
pkgdesc="A simple fortune interface written in python tk."
url="https://github.com/mdomlop/${pkgname}"
-source=("https://github.com/mdomlop/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('5fbb5e8887e261003083b3c07e594e2e')
license=('GPL3')
depends=('python>=3', 'fortune-mod')