summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d60939d6434d..5beb07a19bd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmsu
pkgdesc = A tool for tagging your files and accessing them through a virtual filesystem.
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = http://tmsu.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = tmsu
depends = fuse
depends = sqlite>=3
provides = tmsu
- source = tmsu-0.7.4.tar.gz::https://github.com/oniony/TMSU/archive/v0.7.4.tar.gz
- sha256sums = 04e8a4c47532a4d8f673c3b3a921a47815c752b2ca1b564f6e1ed58a1b88a177
+ source = tmsu-0.7.5.tar.gz::https://github.com/oniony/TMSU/archive/v0.7.5.tar.gz
+ sha256sums = 0ac7f09336aaedf73623c4f486c05137c024a726c16dd32525463aee9d70b46a
pkgname = tmsu
diff --git a/PKGBUILD b/PKGBUILD
index feb09160e1ad..8c920972cd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=tmsu
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="A tool for tagging your files and accessing them through a virtual filesystem."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'go')
provides=('tmsu')
license=('GPL3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/oniony/TMSU/archive/v$pkgver.tar.gz")
-sha256sums=('04e8a4c47532a4d8f673c3b3a921a47815c752b2ca1b564f6e1ed58a1b88a177')
+sha256sums=('0ac7f09336aaedf73623c4f486c05137c024a726c16dd32525463aee9d70b46a')
build() {
export GOPATH=/tmp