summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 520a4b290a5f..4383d3b73eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=shine
pkgver=3.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Super fast fixed-point MP3 encoder'
arch=('arm' 'i686' 'x86_64')
-url=(https://github.com/savonet/shine)
-source="https://github.com/savonet/$pkgname/archive/$pkgver.tar.gz"
+url="https://github.com/savonet/shine"
+source=(https://github.com/savonet/$pkgname/archive/$pkgver.tar.gz)
license=(GPL2)
depends=('glibc')
makedepends=('automake' 'autoconf' 'make' 'libtool')