summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f50b99ae515..f2d5d36e93e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 19:27:53 UTC 2016
+# Sat Jul 29 06:51:35 UTC 2017
pkgbase = shine
pkgdesc = Super fast fixed-point MP3 encoder
- pkgver = 3.1.0
- pkgrel = 3
+ pkgver = 3.1.1
+ pkgrel = 1
url = https://github.com/savonet/shine
arch = arm
arch = i686
@@ -16,8 +16,8 @@ pkgbase = shine
depends = glibc
options = !libtool
options = !strip
- source = https://github.com/savonet/shine/archive/3.1.0.tar.gz
- sha256sums = d2b6d09d670a1585d103ed26ea754be76dd3a07033da0a118e8f586ee2ada5e3
+ source = https://github.com/toots/shine/releases/download/3.1.1/shine-3.1.1.tar.gz
+ sha256sums = 58e61e70128cf73f88635db495bfc17f0dde3ce9c9ac070d505a0cd75b93d384
pkgname = shine
diff --git a/PKGBUILD b/PKGBUILD
index 4383d3b73eba..b7e71150f101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Leonard de Ruijter <leonard@aur.archlinux.org>
pkgname=shine
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.1.1
+pkgrel=1
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)
+source=(https://github.com/toots/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
license=(GPL2)
depends=('glibc')
makedepends=('automake' 'autoconf' 'make' 'libtool')
options=('!libtool' '!strip')
-sha256sums=('d2b6d09d670a1585d103ed26ea754be76dd3a07033da0a118e8f586ee2ada5e3')
+sha256sums=('58e61e70128cf73f88635db495bfc17f0dde3ce9c9ac070d505a0cd75b93d384')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./bootstrap