summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-25 18:30:09 +0100
committerhaawda2017-03-25 18:30:09 +0100
commitf970094c05da7307ff5eeae8486439314ab1f98a (patch)
treec4e58ff30453487be06303de75000317b035e6ae
parent5950312a5bba58f6ac2d8a021db71aecde58b894 (diff)
downloadaur-f970094c05da7307ff5eeae8486439314ab1f98a.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58fffb7a91b4..8c388cb72dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = gnome-commander
pkgdesc = Graphical two-pane filemanager for Gnome
- pkgver = 1.6.2
- pkgrel = 2
+ pkgver = 1.6.3
+ pkgrel = 1
url = http://gcmd.github.io/
- changelog = gnome-commander.changelog
arch = i686
arch = x86_64
license = GPL
@@ -17,8 +16,8 @@ pkgbase = gnome-commander
depends = exiv2
depends = taglib
depends = poppler-glib
- source = https://download.gnome.org/sources/gnome-commander/1.6/gnome-commander-1.6.2.tar.xz
- sha256sums = 47840659c1308c363606c505f561fa101351b72a40567550715589e4cc963f78
+ source = https://download.gnome.org/sources/gnome-commander/1.6/gnome-commander-1.6.3.tar.xz
+ sha256sums = 9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5
pkgname = gnome-commander
diff --git a/PKGBUILD b/PKGBUILD
index 1819c8d306df..29cf6570fd86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,16 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gnome-commander
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
pkgdesc='Graphical two-pane filemanager for Gnome'
arch=('i686' 'x86_64')
url='http://gcmd.github.io/'
license=('GPL')
depends=('libgnomeui' 'python2' 'libunique' 'libgsf' 'exiv2' 'taglib' 'poppler-glib')
makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-changelog=$pkgname.changelog
source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('47840659c1308c363606c505f561fa101351b72a40567550715589e4cc963f78')
+sha256sums=('9ac8b0041b0b2648252d461776e2be65e87f2fc52b027815c8c93c9b448f7cb5')
prepare() {
cd "$pkgname-$pkgver"