summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsdvcrx2020-10-07 09:55:20 +0800
committersdvcrx2020-10-07 09:55:20 +0800
commit86f6cbb8628eb403f7d5a6dce69dfb0bf9534f81 (patch)
tree03e4738550e90561d1f6d9ca4e6c7c8ea445c486
parenta017bcfce5404fc195cbd64f81291cd6acafb298 (diff)
downloadaur-86f6cbb8628eb403f7d5a6dce69dfb0bf9534f81.tar.gz
Fix download link broken
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305030b60682..7364e4db0c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = showimage
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.
pkgver = 1.10.1
- pkgrel = 1
- url = http://opendesktop.org/content/show.php/ShowImage?content=143977
+ pkgrel = 2
+ url = https://store.kde.org/p/1126798
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
makedepends = extra-cmake-modules
- makedepends = automoc4
makedepends = libkexiv2
- depends = kdelibs
- source = https://dl.opendesktop.org/api/files/download/id/1482097460/showimage-1.10.tar.bz2
+ source = https://github.com/sdvcrx/PKGBUILDs/releases/download/showimage/showimage-1.10.tar.bz2
sha256sums = a9c11b1eb7ba6bf9d85c19a2630bb323a7a1657ce704953faa7837a71c20d9ff
pkgname = showimage
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() {