summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-02-18 00:28:04 +0500
committerDmitry Kharitonov2016-02-18 00:28:04 +0500
commit6bf2d776115e3f3ca59efa3edc32d7299639a75d (patch)
tree5e3842bf69e4d0bb45cabd7e89b4af73c47d92e6 /PKGBUILD
parent7b0af3278eed30336b1eeb6b8688eccf052b6147 (diff)
downloadaur-6bf2d776115e3f3ca59efa3edc32d7299639a75d.tar.gz
Really fix PKGBUILD syntax
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')