summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsdvcrx2020-10-07 09:55:20 +0800
committersdvcrx2020-10-07 09:55:20 +0800
commit86f6cbb8628eb403f7d5a6dce69dfb0bf9534f81 (patch)
tree03e4738550e90561d1f6d9ca4e6c7c8ea445c486 /PKGBUILD
parenta017bcfce5404fc195cbd64f81291cd6acafb298 (diff)
downloadaur-86f6cbb8628eb403f7d5a6dce69dfb0bf9534f81.tar.gz
Fix download link broken
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 743bde7148a4..06c2037702a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: banbanchs <memory.silentvoyage[at]gmail.com>
+# Maintainer: sdvcrx <memory.silentvoyage[at]gmail.com>
# Contributor: Alexander Kazarin <boiler[at]co.ru>
pkgname=showimage
pkgver=1.10.1
_pkgver=1.10
-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}"
+url="https://store.kde.org/p/1126798"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('kdelibs')
-makedepends=('cmake' 'extra-cmake-modules' 'automoc4' 'libkexiv2')
+depends=()
+makedepends=('cmake' 'extra-cmake-modules' 'libkexiv2')
optdepends=()
-source=(https://dl.opendesktop.org/api/files/download/id/1482097460/${pkgname}-${_pkgver}.tar.bz2)
+source=(https://github.com/sdvcrx/PKGBUILDs/releases/download/showimage/${pkgname}-${_pkgver}.tar.bz2)
sha256sums=('a9c11b1eb7ba6bf9d85c19a2630bb323a7a1657ce704953faa7837a71c20d9ff')
build() {