summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-02-18 00:25:08 +0500
committerDmitry Kharitonov2016-02-18 00:25:08 +0500
commit7b0af3278eed30336b1eeb6b8688eccf052b6147 (patch)
treeeb968ffe495a0de5e83413f2b8ea952cc81666da
parent684546cce8d3006e9ffb8526e5b7651c05962278 (diff)
downloadaur-7b0af3278eed30336b1eeb6b8688eccf052b6147.tar.gz
Fixed url syntax in PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642e9e70a0c7..ed442a956f58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 17 19:24:50 UTC 2016
pkgbase = shine
pkgdesc = Super fast fixed-point MP3 encoder
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/savonet/shine
arch = arm
arch = i686
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')