summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbanbanchs2016-12-06 21:36:38 +0800
committerbanbanchs2016-12-06 21:36:38 +0800
commit922bc61a115a5651578b47f739a5d36d0d9f1c18 (patch)
treef119a3e6dda2d950b20ce177af8d216ab596fcf0 /PKGBUILD
parentac4fde50e0ea1f98198cebccb8f1e7861dff0529 (diff)
downloadaur-922bc61a115a5651578b47f739a5d36d0d9f1c18.tar.gz
Fix download link 403
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4598104978f1..3ea8c6709299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=showimage
pkgver=1.9.1
_pkgver=1.9
-pkgrel=1
+pkgrel=2
pkgdesc="ShowImage is a simple KDE based image viewer using the maximum space inside its window without cluttering the window with menubar, toolbar or statusbar."
_odid=143977
url="http://opendesktop.org/content/show.php/ShowImage?content=${_odid}"
license=('GPL')
arch=('i686' 'x86_64')
depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
+makedepends=('cmake' 'automoc4' 'libkexiv2')
optdepends=()
-source=(http://opendesktop.org/CONTENT/content-files/${_odid}-${pkgname}-${_pkgver}.tar.bz2)
+source=(https://dl.opendesktop.org/api/files/download/id/1466627486/${_odid}-${pkgname}-${pkgver}.tar.bz2)
sha256sums=('be21dd3d46be4347601187a7533449d72bc13b75c5346355b274c33a0b9eea61')
build() {