summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-02-18 00:25:08 +0500
committerDmitry Kharitonov2016-02-18 00:25:08 +0500
commit7b0af3278eed30336b1eeb6b8688eccf052b6147 (patch)
treeeb968ffe495a0de5e83413f2b8ea952cc81666da /PKGBUILD
parent684546cce8d3006e9ffb8526e5b7651c05962278 (diff)
downloadaur-7b0af3278eed30336b1eeb6b8688eccf052b6147.tar.gz
Fixed url syntax in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4be4c372eda6..520a4b290a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=shine
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Super fast fixed-point MP3 encoder'
arch=('arm' 'i686' 'x86_64')
-url='https://github.com/savonet/shine'
+url=(https://github.com/savonet/shine)
source="https://github.com/savonet/$pkgname/archive/$pkgver.tar.gz"
license=(GPL2)
depends=('glibc')