summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78612d928c8b..646ef65caa82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,9 +17,6 @@ pkgbase = gnome-commander
depends = libunique3
depends = gtk2
source = https://download.gnome.org/sources/gnome-commander/1.14/gnome-commander-1.14.0.tar.xz
- source = https://gcmd.github.io/signatures/gnome-commander-1.14.0.tar.xz.sig
- validpgpkeys = 7627E6FCECF4FC066A03B673F50A89A3ADE4C6E8
sha256sums = ed1d989f74d8ff553a5cae2be6c3180f988923edba7e8482c2b1df7da440bffd
- sha256sums = SKIP
pkgname = gnome-commander
diff --git a/PKGBUILD b/PKGBUILD
index bf4b682c883e..94d0797af199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,8 @@ url='http://gcmd.github.io/'
license=('GPL')
depends=('python' 'libgsf' 'exiv2' 'taglib' 'poppler-glib' 'libunique3' 'gtk2')
makedepends=('perl-xml-parser' 'itstool' 'yelp-tools')
-source=(https://download.gnome.org/sources/gnome-commander/${_pkgver}/$pkgname-$pkgver.tar.xz
- https://gcmd.github.io/signatures/$pkgname-$pkgver.tar.xz.sig)
-sha256sums=('ed1d989f74d8ff553a5cae2be6c3180f988923edba7e8482c2b1df7da440bffd'
- 'SKIP')
-validpgpkeys=('7627E6FCECF4FC066A03B673F50A89A3ADE4C6E8')
+source=(https://download.gnome.org/sources/gnome-commander/${_pkgver}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed1d989f74d8ff553a5cae2be6c3180f988923edba7e8482c2b1df7da440bffd')
build() {
cd "$pkgname-$pkgver"