summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c893506911dd..4ce35c1bd46d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,12 @@ pkgbase = tmsu
arch = i686
arch = x86_64
license = GPL3
+ makedepends = git
depends = go
depends = fuse
depends = sqlite>=3
provides = tmsu
- source = https://github.com/oniony/TMSU/archive/v0.6.1.tar.gz
+ source = tmsu-0.6.1.tar.gz::https://github.com/oniony/TMSU/archive/v0.6.1.tar.gz
sha256sums = 00483d9ca12cb868e9587207556a8293bd43ee5a2993a6fe9f0c93edef918a7f
pkgname = tmsu
diff --git a/PKGBUILD b/PKGBUILD
index 2b77bc7143a0..fc5a0c8be75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,10 @@ pkgdesc="A tool for tagging your files and accessing them through a virtual file
arch=('i686' 'x86_64')
url="http://tmsu.org/"
depends=('go' 'fuse' 'sqlite>=3')
+makedepends=('git')
provides=('tmsu')
license=('GPL3')
-source=("https://github.com/oniony/TMSU/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oniony/TMSU/archive/v$pkgver.tar.gz")
sha256sums=('00483d9ca12cb868e9587207556a8293bd43ee5a2993a6fe9f0c93edef918a7f')
build() {