summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilos Dukic2018-12-09 14:26:33 +0100
committerMilos Dukic2018-12-09 14:26:33 +0100
commit553a87263fac90e3067c31ad136fb05f0773479a (patch)
tree963fc250e6ee6753fc86ee322ef2bf1256b07598 /PKGBUILD
parenta882d42c43a9de30d59329905ef7d23baad01ff1 (diff)
downloadaur-553a87263fac90e3067c31ad136fb05f0773479a.tar.gz
Rompr bump to v1.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d10d14cf471..80d5676f5bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: gls < ghostlovescorebg at gmail dot com >
pkgname=rompr
-pkgver=1.08
+pkgver=1.24
pkgrel=1
pkgdesc="Web frontend to MPD"
arch=('any')
-url="http://sourceforge.net/projects/rompr/"
+url="https://github.com/fatg3erman/RompR/releases"
license=('custom')
depends=('mpd' 'imagemagick' 'php')
optdepends=('apache'
'lighttpd'
'nginx'
'php-jsonreader-git: Low Memory Mode')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.zip)
-md5sums=('7ca71757561a912c8b8268e0dfc69109')
+source=(${url}/download/${pkgver}/${pkgname}-${pkgver}.zip)
+md5sums=('d451aa27a00eab5ac378c8252022b970')
build () {