summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2015-07-17 16:28:03 +0200
committerThomas Sarboni2015-07-17 16:28:03 +0200
commite27fe5e62eb9bb828f766d252c1e9282ef711bd4 (patch)
tree2bd7bc522bf1f9312752c467a2d5b11e69d6c9d8
parentbc642440a8109c7ac5c94453b3bf5468087d215d (diff)
downloadaur-e27fe5e62eb9bb828f766d252c1e9282ef711bd4.tar.gz
Updated to fit ampache package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35d54f12c09e..0115654f66c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ampache-git
pkgdesc = A PHP-based tool for managing and playing your audio/video files via a web interface
- pkgver = 3.8.0.beta2.11.g41e837b
- pkgrel = 1
+ pkgver = 3.8.0.beta2.25.gf946a1c
+ pkgrel = 2
url = http://www.ampache.org/
install = ampache.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fb5daae8f9b0..be011ae97e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=ampache-git
_gitname=ampache
-pkgver=3.8.0.beta2.11.g41e837b
-pkgrel=1
+pkgver=3.8.0.beta2.25.gf946a1c
+pkgrel=2
pkgdesc="A PHP-based tool for managing and playing your audio/video files via a web interface"
arch=('i686' 'x86_64')
url="http://www.ampache.org/"
@@ -18,8 +18,8 @@ optdepends=('ffmpeg: all transcoding/downsampling'
'faad2: m4a transcoding/downsampling'
'mp3splt: mp3, ogg and flac downsampling')
conflicts=('ampache' 'ampache-development')
-install=ampache.install
-source=(git://github.com/ampache/ampache.git 'nginx-example.conf')
+install=${_gitname}.install
+source=(git://github.com/${_gitname}/${_gitname}.git 'nginx-example.conf')
md5sums=('SKIP' '60c0e437bd20d5ba8a53f61768d037b6')
pkgver() {