summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2017-04-15 20:34:59 -0700
committerDonald Webster2017-04-15 20:34:59 -0700
commit7e64f862dcf9323173b6929dbe6a590f895baac3 (patch)
treed2bc01e7951881c62af01e6be0c4377b79864650 /PKGBUILD
parent94ecb1dc209e5c4a6579b1247ff49d4ef112f875 (diff)
downloadaur-7e64f862dcf9323173b6929dbe6a590f895baac3.tar.gz
Solve silly Ombi.zip caching issue.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e806cbf2b90b..de0b2b063468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ombi
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple automated way for users to request new content for Plex"
arch=('any')
url="https://github.com/tidusjar/Ombi"
@@ -12,7 +12,7 @@ depends=('mono')
optdepends=('couchpotato' 'sickrage' 'sonarr' 'plex-media-server' 'plex-media-server-plexpass' 'headphones')
replaces=('plexrequests')
install='ombi.install'
-source=("https://github.com/tidusjar/Ombi/releases/download/v${pkgver}/Ombi.zip"
+source=("${pkgname}-${pkgver}::https://github.com/tidusjar/Ombi/releases/download/v${pkgver}/Ombi.zip"
"${pkgname}.service"
"${pkgname}.sysusers")