summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-07-29 15:06:46 +0500
committerDmitry Kharitonov2017-07-29 15:06:46 +0500
commit569d86663afa44d2354ea36c6379636307947371 (patch)
tree3ab78e31ed5bdcbac10814b88f4d36cb56a8badb /PKGBUILD
parent2568d46d028c43e896febb813e33ebd9b77a7866 (diff)
downloadaur-569d86663afa44d2354ea36c6379636307947371.tar.gz
Back to github/archive links; src file name made globally unique
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7e71150f101..3c96ba34cb0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=shine
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Super fast fixed-point MP3 encoder'
arch=('arm' 'i686' 'x86_64')
url="https://github.com/savonet/shine"
-source=(https://github.com/toots/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/toots/$pkgname/archive/$pkgver.tar.gz)
license=(GPL2)
depends=('glibc')
makedepends=('automake' 'autoconf' 'make' 'libtool')
options=('!libtool' '!strip')
-sha256sums=('58e61e70128cf73f88635db495bfc17f0dde3ce9c9ac070d505a0cd75b93d384')
+sha256sums=('565b87867d6f8e6616a236445d194e36f4daa9b4e7af823fcf5010af7610c49e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./bootstrap