summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Schneider2024-06-18 17:00:41 -0400
committerSergio Schneider2024-06-18 17:00:41 -0400
commitc49ef525337ae3094dc920abc3202c39786e48fa (patch)
tree7eca19299da106db098413387bf0334e61b7f268
parent15f7f9fa71ee20c1e985d08b1b20737931a38805 (diff)
downloadaur-c49ef525337ae3094dc920abc3202c39786e48fa.tar.gz
Update to 1.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2613c7320c76..a1561fc850d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thingy
pkgdesc = Utility application used to make collections and quickly access recent and favorite documents.
- pkgver = 1.1.6
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/linuxmint/thingy
arch = any
@@ -11,7 +11,7 @@ pkgbase = thingy
depends = xapp
optdepends = libreoffice
optdepends = xreader
- source = thingy-1.1.6.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.6.tar.gz
- sha256sums = 433a0a9608c8c7907c7df32332c4621e0dc21948f476bb18f42ab43a7a395618
+ source = thingy-1.1.7.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.7.tar.gz
+ sha256sums = dcb05873b61d33ddad6468dcb11dcdbacd38a03c6d7882aaadaab30cd359a82d
pkgname = thingy
diff --git a/PKGBUILD b/PKGBUILD
index 0e7b2d83a51a..634287daa1fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
# Contributor: Mark Wagie <mark dot wagie at proton dot me>
pkgname=thingy
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc="Utility application used to make collections and quickly access recent and favorite documents."
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libgsf' 'python-gobject' 'python-setproctitle' 'xapp')
optdepends=('libreoffice' 'xreader')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('433a0a9608c8c7907c7df32332c4621e0dc21948f476bb18f42ab43a7a395618')
+sha256sums=('dcb05873b61d33ddad6468dcb11dcdbacd38a03c6d7882aaadaab30cd359a82d')
prepare() {
cd "$pkgname-$pkgver"