summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Böger2019-09-29 22:25:35 +0200
committerLukas Böger2019-09-29 22:25:35 +0200
commit49f752cedf831f281665b389f97f6720f93e828e (patch)
treedeb178f0bd301e1965e2e086518b2c73e9e70101 /PKGBUILD
parenta83a7974b7f6c16e085fab18dfce489cfb4877f2 (diff)
downloadaur-49f752cedf831f281665b389f97f6720f93e828e.tar.gz
fetch new dependency and update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 656aa7b94a0f..4d85f4432d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Marcin Wieczorek <marcin AT marcin DOT co>
pkgname=tmsu-git
-pkgver=0.6.1
+pkgver=0.7.4
pkgrel=1
pkgdesc='Tag your files and access them through a virtual filesystem'
@@ -26,6 +26,7 @@ pkgver() {
build() {
export GOPATH=/tmp
+ go get -u golang.org/x/crypto/blake2b
go get -u github.com/mattn/go-sqlite3
go get -u github.com/hanwen/go-fuse/fuse