summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-09-02 15:56:45 +0200
committerAlphaJack2020-09-02 15:56:45 +0200
commitcf126443fce5e1630b819a186b95c342bd1d00a3 (patch)
treead02714b4e1bb1bf079e406b8b008959d60ba997
parenta703d6fb2ce33d262548532d1b5b17d249160f7d (diff)
downloadaur-cf126443fce5e1630b819a186b95c342bd1d00a3.tar.gz
Tidied PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13d5752da6db..a34d9a8f3b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = ices0
arch = i686
arch = x86_64
arch = armv7h
- license = GPL-2.0
+ license = GPL2
makedepends = autoconf
makedepends = pkgconf
depends = lame
diff --git a/PKGBUILD b/PKGBUILD
index 21b5fbe70fc6..2d23a7a4dd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgname=ices0
pkgver=0.4.11
pkgrel=3
pkgdesc="A source client for broadcasting in MP3, FLAC, AAC and OGG Vorbis formats to an icecast2 server"
+license=("GPL2")
arch=("i686" "x86_64" "armv7h")
-license=("GPL-2.0")
url="https://github.com/Moonbase59/ices0"
depends=("lame" "libxml2" "libshout" "perl" "python2")
optdepends=("flac: flac audio support"
@@ -38,6 +38,6 @@ package(){
# Rename files to avoid conflict with ices2
mv "$pkgdir/usr/bin/ices" "$pkgdir/usr/bin/ices0"
mv "$pkgdir/usr/share/man1/ices.1" "$pkgdir/usr/share/man1/ices0.1"
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ install -D -m 644 "COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}