summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-11-21 01:20:38 +0100
committerhaawda2021-11-21 01:20:38 +0100
commitf03a9272207cc8cd07ce38db6a2b2d7d4b88df66 (patch)
tree89632c7b1072cf04ab50dabd21ffd7003269d014
parent9cf92a560756647f06199200fbd957caa6a697e2 (diff)
downloadaur-f03a9272207cc8cd07ce38db6a2b2d7d4b88df66.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1455fb55aaee..02b390964820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-commander
pkgdesc = Graphical two-pane filemanager for Gnome
- pkgver = 1.12.2
+ pkgver = 1.12.3
pkgrel = 1
url = http://gcmd.github.io/
arch = i686
@@ -17,8 +17,7 @@ pkgbase = gnome-commander
depends = libunique3
depends = gnome-vfs
depends = gtk2
- source = https://download.gnome.org/sources/gnome-commander/1.12/gnome-commander-1.12.2.tar.xz
- sha256sums = 45dd864494f6b2ade2bded5a3d7c2d780d7ad038742b08c9c4210fe8e715f438
+ source = https://download.gnome.org/sources/gnome-commander/1.12/gnome-commander-1.12.3.tar.xz
+ sha256sums = 7fe829e461e9f80be7a3e4b320a33d3abd11b7cb6e435ccc33f18d27f9a9c098
pkgname = gnome-commander
-
diff --git a/PKGBUILD b/PKGBUILD
index 47a8287dc359..ecd51030fdad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gnome-commander
-pkgver=1.12.2
+pkgver=1.12.3
pkgrel=1
pkgdesc='Graphical two-pane filemanager for Gnome'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ license=('GPL')
depends=('python' 'libgsf' 'exiv2' 'taglib' 'poppler-glib' 'libunique3' 'gnome-vfs' 'gtk2')
makedepends=('perl-xml-parser' 'itstool' 'yelp-tools')
source=(https://download.gnome.org/sources/gnome-commander/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45dd864494f6b2ade2bded5a3d7c2d780d7ad038742b08c9c4210fe8e715f438')
+sha256sums=('7fe829e461e9f80be7a3e4b320a33d3abd11b7cb6e435ccc33f18d27f9a9c098')
build() {
cd "$pkgname-$pkgver"