summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-06-09 20:35:38 +0200
committerMarcin Wieczorek2016-06-09 20:35:38 +0200
commita310c54633c1fb944c31b0bdf418c30bcdd718df (patch)
treedfaa511b8bac2266a8b03b5c018e9044b05d6695
parentfcf667853efb9ba665d044198cdf766fcb6c68bc (diff)
downloadaur-a310c54633c1fb944c31b0bdf418c30bcdd718df.tar.gz
Corrected license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afe4e6109bc3..c893506911dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Mar 13 11:23:07 UTC 2016
pkgbase = tmsu
pkgdesc = A tool for tagging your files and accessing them through a virtual filesystem.
pkgver = 0.6.1
@@ -7,7 +5,7 @@ pkgbase = tmsu
url = http://tmsu.org/
arch = i686
arch = x86_64
- license = GNU GPL v3
+ license = GPL3
depends = go
depends = fuse
depends = sqlite>=3
diff --git a/PKGBUILD b/PKGBUILD
index e261bc9216e2..2b77bc7143a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# This is the PKGBUILD for TMSU
-
-# Maintainer: Tomáš Mládek <tmladek{at}inventati{dt}org>
+# Maintainer: Marcin Wieczorek <marcin@marcin.co>
+# Contributor: Tomáš Mládek <tmladek{at}inventati{dt}org>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=tmsu
@@ -11,11 +10,11 @@ arch=('i686' 'x86_64')
url="http://tmsu.org/"
depends=('go' 'fuse' 'sqlite>=3')
provides=('tmsu')
-license=('GNU GPL v3')
+license=('GPL3')
source=("https://github.com/oniony/TMSU/archive/v$pkgver.tar.gz")
sha256sums=('00483d9ca12cb868e9587207556a8293bd43ee5a2993a6fe9f0c93edef918a7f')
-build(){
+build() {
export GOPATH=/tmp
echo "Now getting go-sqlite3..."
@@ -28,7 +27,7 @@ build(){
make
}
-package(){
+package() {
mkdir -p "$pkgdir/usr/bin" \
"$pkgdir/usr/bin" \
"$pkgdir/usr/share/man/man1" \