summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-03-31 17:56:49 +0200
committerhaawda2019-03-31 17:56:49 +0200
commited33d8d93a2c5c21a18e6d028a771e935ce65dc3 (patch)
treedd8c03d4c7e0946447b3c379f498202cbdb71d80
parentad597ac7f28d5ab0b7b23b603c1e616a3f04c3cc (diff)
downloadaur-ed33d8d93a2c5c21a18e6d028a771e935ce65dc3.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432832661c07..2c1041c9eed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-commander
pkgdesc = Graphical two-pane filemanager for Gnome
- pkgver = 1.8.1
+ pkgver = 1.10.0
pkgrel = 1
url = http://gcmd.github.io/
arch = i686
@@ -16,8 +16,8 @@ pkgbase = gnome-commander
depends = poppler-glib
depends = libgnomeui
depends = libunique
- source = https://download.gnome.org/sources/gnome-commander/1.8/gnome-commander-1.8.1.tar.xz
- sha256sums = 7bea3acab2804dcf3add355a5092d880a417204c333de279fb54a55681640128
+ source = https://download.gnome.org/sources/gnome-commander/1.10/gnome-commander-1.10.0.tar.xz
+ sha256sums = 1ff36c56a6b1d2eb55ced18798d652f9e833224839582f0f5caa3094036c9fd9
pkgname = gnome-commander
diff --git a/PKGBUILD b/PKGBUILD
index ab245e5cf439..b8cfe2cfb1a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gnome-commander
-pkgver=1.8.1
+pkgver=1.10.0
pkgrel=1
pkgdesc='Graphical two-pane filemanager for Gnome'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ license=('GPL')
depends=('python2' 'libgsf' 'exiv2' 'taglib' 'poppler-glib' 'libgnomeui' 'libunique')
makedepends=('perl-xml-parser' 'itstool' 'yelp-tools')
source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bea3acab2804dcf3add355a5092d880a417204c333de279fb54a55681640128')
+sha256sums=('1ff36c56a6b1d2eb55ced18798d652f9e833224839582f0f5caa3094036c9fd9')
build() {
cd "$pkgname-$pkgver"