summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27edfabe2052..b91c737454af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('custom:BSD')
depends=('python' 'vala' 'glib2' 'ruby-gio2' 'gtk3' 'sqlite' 'gobject-introspection')
optdepends=('valadoc: A documentation tool for vala')
makedepends=('scour')
-source=(https://github.com/tiliado/${pkgname}/archive/${pkgver}.tar.gz)
-
+source=(https://github.com/tiliado/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8d4bc06bca0669b1d6402d9272d024928a9a433addb2acd56924dfae1e1e1184')
build() {
cd "$srcdir/${pkgname}-${pkgver}"