summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-01-24 17:08:04 +0100
committerMarcin Wieczorek2017-01-24 17:08:04 +0100
commit41101eb8a5930343ec6474f961b51fcc1b6ea653 (patch)
tree724350ace569683df9f7d65898eba4f8347b823c
parenta310c54633c1fb944c31b0bdf418c30bcdd718df (diff)
downloadaur-41101eb8a5930343ec6474f961b51fcc1b6ea653.tar.gz
Changed source tarball name and added git to makedeps
-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() {