summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-09-19 11:26:35 +0200
committerAlphaJack2020-09-19 11:26:35 +0200
commit8e66b3f623a342aabfe0e3c06fac4e76893a2254 (patch)
tree7972dde2b311e0c4b4c1af6e48f548d802bae9e1
parentcf126443fce5e1630b819a186b95c342bd1d00a3 (diff)
downloadaur-8e66b3f623a342aabfe0e3c06fac4e76893a2254.tar.gz
Tidied PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d23a7a4dd26..e5c1c82d905c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: priyank
# Contributor: etix
-pkgname=ices0
+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"
@@ -23,7 +23,7 @@ options=("!docs")
install="$pkgname.install"
build(){
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
aclocal
autoreconf -fi
automake --add-missing
@@ -33,7 +33,7 @@ build(){
}
package(){
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
# Rename files to avoid conflict with ices2
mv "$pkgdir/usr/bin/ices" "$pkgdir/usr/bin/ices0"