summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanct122021-11-26 15:34:08 +0700
committerDanct122021-11-26 15:34:08 +0700
commitc8bcf3ae18a6d885070a85be32e6ebe76ee5ad43 (patch)
tree86019e2b4a301ac25fc461150d20f7e9e39641ad
parentda451694c79494fb49772790e17fbe6b9cef4aa8 (diff)
downloadaur-c8bcf3ae18a6d885070a85be32e6ebe76ee5ad43.tar.gz
upgrade to 1.0.61
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c00c6091f6d..bab9b2873e6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libglibutil
pkgdesc = Library of glib utilities
- pkgver = 1.0.56
+ pkgver = 1.0.61
pkgrel = 1
url = https://github.com/sailfishos/libglibutil
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = libglibutil
license = BSD
makedepends = git
depends = glib2
- source = libglibutil::git+https://github.com/sailfishos/libglibutil.git#commit=879364374508fec2093aa904d9a4e1b06e6f5107
+ source = libglibutil::git+https://github.com/sailfishos/libglibutil.git#commit=508e1255782e59725c25068874337e6309da04b2
sha512sums = SKIP
pkgname = libglibutil
diff --git a/PKGBUILD b/PKGBUILD
index f775646e8edf..82a3c9da5899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=libglibutil
-pkgver=1.0.56
+pkgver=1.0.61
pkgrel=1
pkgdesc="Library of glib utilities"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ url="https://github.com/sailfishos/libglibutil"
license=('BSD')
depends=('glib2')
makedepends=('git')
-_commit="879364374508fec2093aa904d9a4e1b06e6f5107" # tags/1.0.56
+_commit="508e1255782e59725c25068874337e6309da04b2" # tags/1.0.61
source=(${pkgname}::git+https://github.com/sailfishos/libglibutil.git#commit=${_commit})
sha512sums=('SKIP')