summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2020-10-11 21:01:03 +0200
committerJaroslav Lichtblau2020-10-11 21:01:03 +0200
commit795274f4fd6ece37eea8e2932296817aef96e4b8 (patch)
tree5629e4174a156555ea7fea08e067e010c09a72f3
parent8287b6bf462c8ecc123aaac235f227fe208488b5 (diff)
downloadaur-795274f4fd6ece37eea8e2932296817aef96e4b8.tar.gz
gigolo-0.5.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5539f6c93b6b..f678a67c820e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gigolo
pkgdesc = Frontend to manage connections to remote filesystems using GIO/GVFS
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://www.uvena.de/gigolo
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gigolo
makedepends = intltool
depends = gvfs
conflicts = gigolo-git
- source = https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.0.tar.bz2
- sha256sums = 97a301aff012a143d0b99e7ecbb27084d3872aa203a74745e8357aab3a1880dc
+ source = https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.1.tar.bz2
+ sha256sums = ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e
pkgname = gigolo
diff --git a/PKGBUILD b/PKGBUILD
index 40cb08eca96d..22e743372b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jan Misiak <fijam [at] archlinux.us>
pkgname=gigolo
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Frontend to manage connections to remote filesystems using GIO/GVFS"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('intltool')
conflicts=('gigolo-git')
source=(https://archive.xfce.org/src/apps/$pkgname/0.5/$pkgname-$pkgver.tar.bz2)
# validpgpkeys=('457990C86F91F33DE05EBF1BCC03633F700990F2') #Enrico Tröger <enrico.troeger@uvena.de>
-sha256sums=('97a301aff012a143d0b99e7ecbb27084d3872aa203a74745e8357aab3a1880dc')
+sha256sums=('ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e')
build() {
cd "${srcdir}"/$pkgname-$pkgver