summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Mládek2016-01-30 12:03:55 +0100
committerTomáš Mládek2016-01-30 12:03:55 +0100
commit11f5c3b88cee2825f06fac7f61c6561cc6ada95e (patch)
treeb7c29a13c7eb560b90b3234545f8b0213f87e060
parent4d25734e08221e7ce60b56e8523fe809b43916b7 (diff)
downloadaur-11f5c3b88cee2825f06fac7f61c6561cc6ada95e.tar.gz
update to v0.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dc26cc6a3a2..937c9bd5acc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Jan 30 11:03:39 UTC 2016
pkgbase = tmsu
pkgdesc = A tool for tagging your files and accessing them through a virtual filesystem.
- pkgver = 0.5.2
- pkgrel = 3
+ pkgver = 0.6.0
+ pkgrel = 1
url = http://tmsu.org/
arch = i686
arch = x86_64
@@ -10,8 +12,8 @@ pkgbase = tmsu
depends = fuse
depends = sqlite>=3
provides = tmsu
- source = https://github.com/oniony/TMSU/archive/v0.5.2.tar.gz
- sha256sums = c6b749ee20774d39b36ab1182d80e22697bd7a6a9c5af2acbb090db0d867619f
+ source = https://github.com/oniony/TMSU/archive/v0.6.0.tar.gz
+ sha256sums = e702e6bfd67e1796e00fa58035aaaf7fa8703155b84e11c4a6a845e4231fb43f
pkgname = tmsu
diff --git a/PKGBUILD b/PKGBUILD
index 826510da8c5b..a655f5604239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=tmsu
-pkgver=0.5.2
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="A tool for tagging your files and accessing them through a virtual filesystem."
arch=('i686' 'x86_64')
url="http://tmsu.org/"
@@ -13,7 +13,7 @@ depends=('go' 'fuse' 'sqlite>=3')
provides=('tmsu')
license=('GNU GPL v3')
source=("https://github.com/oniony/TMSU/archive/v$pkgver.tar.gz")
-sha256sums=('c6b749ee20774d39b36ab1182d80e22697bd7a6a9c5af2acbb090db0d867619f')
+sha256sums=('e702e6bfd67e1796e00fa58035aaaf7fa8703155b84e11c4a6a845e4231fb43f')
build(){
export GOPATH=/tmp