summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSauyon Lee2019-04-22 22:58:55 +0100
committerSauyon Lee2019-04-22 22:59:16 +0100
commitcee97c41ec28b41bca96e7557102fa6f363082e5 (patch)
tree3ac7749f9591a07ef85a3aaea292e9760d3178d4
parent2ba30537deedc61cbeac652bba1cc52a8febb25f (diff)
downloadaur-cee97c41ec28b41bca96e7557102fa6f363082e5.tar.gz
whoops, add info
-rw-r--r--.SRCINFO6
-rw-r--r--LICENSE1
-rw-r--r--PKGBUILD9
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98112b3b323..f84ccd32cc6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = losslessaudiochecker
+ pkgdesc = A utility to check whether a WAVE or FLAC file is truly lossless or not.
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
+ url = http://losslessaudiochecker.com/
arch = i686
arch = x86_64
- license = GPL
+ license = custom
source = http://losslessaudiochecker.com/dl/LAC-Linux-64bit.tar.gz
md5sums = 85f1925ffa24b963549a8bb7049b75e5
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..19c53a788cd9
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+Personal Use Only: Redistribution for commercial use is strictly prohibited.
diff --git a/PKGBUILD b/PKGBUILD
index f82231d1e13d..d9f889e7b926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sauyon Lee <sauyon@mari>
pkgname=losslessaudiochecker
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
epoch=
-pkgdesc=""
+pkgdesc="A utility to check whether a WAVE or FLAC file is truly lossless or not."
arch=('i686' 'x86_64')
-url=""
-license=('GPL')
+url="http://losslessaudiochecker.com/"
+license=('custom')
groups=()
depends=()
makedepends=()
@@ -30,6 +30,7 @@ package() {
cd "$srcdir/"
install -Dm755 LAC "$pkgdir/usr/bin/LAC"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et: