summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2019-12-18 11:36:44 +0100
committerMarcin Wieczorek2019-12-18 11:36:44 +0100
commit2bd430ebe6c7261b90ac928faeec39bb6b1d12d9 (patch)
tree43a678f7aa934e3ddc5b7d5339363b2b38459d43 /PKGBUILD
parent3ab2dff0cc8eff49cb9098ae0e2832597646a142 (diff)
downloadaur-2bd430ebe6c7261b90ac928faeec39bb6b1d12d9.tar.gz
Version 0.7.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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