summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2021-04-06 20:01:42 +0200
committerJaroslav Lichtblau2021-04-06 20:01:42 +0200
commit43e1f8ba6c91feab35f17063572a8c0a63146a6b (patch)
tree8b3a325ae59fd2710abef4ffd9fea3705f92cb1b
parent795274f4fd6ece37eea8e2932296817aef96e4b8 (diff)
downloadaur-gigolo.tar.gz
gigolo-0.5.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f678a67c820e..35604592ab42 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.1
+ pkgver = 0.5.2
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.1.tar.bz2
- sha256sums = ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e
+ source = https://archive.xfce.org/src/apps/gigolo/0.5/gigolo-0.5.2.tar.bz2
+ sha256sums = e34a1aa0755f9f6c234c7d24b23a6cecd6ef50741d79da3bb6f698a2281dbbc3
pkgname = gigolo
diff --git a/PKGBUILD b/PKGBUILD
index 22e743372b3e..9f657dd16bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jan Misiak <fijam [at] archlinux.us>
pkgname=gigolo
-pkgver=0.5.1
+pkgver=0.5.2
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=('ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e')
+sha256sums=('e34a1aa0755f9f6c234c7d24b23a6cecd6ef50741d79da3bb6f698a2281dbbc3')
build() {
cd "${srcdir}"/$pkgname-$pkgver