summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed442a956f58..4f50b99ae515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 19:24:50 UTC 2016
+# Wed Feb 17 19:27:53 UTC 2016
pkgbase = shine
pkgdesc = Super fast fixed-point MP3 encoder
pkgver = 3.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/savonet/shine
arch = arm
arch = i686
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')