summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-07-29 11:52:39 +0500
committerDmitry Kharitonov2017-07-29 11:52:39 +0500
commit2568d46d028c43e896febb813e33ebd9b77a7866 (patch)
tree0082cd1568a7e4ae64041e1c840d1cd0cc1f1cdc /PKGBUILD
parent6bf2d776115e3f3ca59efa3edc32d7299639a75d (diff)
downloadaur-2568d46d028c43e896febb813e33ebd9b77a7866.tar.gz
Updated to 3.1.1; source .tar.gz name now includes pkgname
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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