summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-12-02 11:38:17 -0700
committerMark Wagie2022-12-02 11:38:17 -0700
commit9ea6c450ec8d541c62f461cb450532c439a0abf8 (patch)
tree29f4bf797db181090a12eedc5efda6507bec9e2a
parentf19ded74f95910ba9f07023f1a3a0f41ba92e1d2 (diff)
downloadaur-9ea6c450ec8d541c62f461cb450532c439a0abf8.tar.gz
1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd104825b4fb..08aaa13605c0 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.0.9
+ pkgver = 1.1.0
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.0.9.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.0.9.tar.gz
- sha256sums = 928f1b14e00e9614e0c83957529e6c208703189419979058cb91c4eb86f5b337
+ source = thingy-1.1.0.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.0.tar.gz
+ sha256sums = 2ee04fd64cb9db68c4c574a78bf7839a6a65752f564fe5977ab99f70ebe4b397
pkgname = thingy
diff --git a/PKGBUILD b/PKGBUILD
index 2be831bd769c..e7c11ee6f8d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thingy
-pkgver=1.0.9
+pkgver=1.1.0
pkgrel=1
pkgdesc="Utility application used to make collections and quickly access recent and favorite documents."
arch=('any')
@@ -9,7 +9,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=('928f1b14e00e9614e0c83957529e6c208703189419979058cb91c4eb86f5b337')
+sha256sums=('2ee04fd64cb9db68c4c574a78bf7839a6a65752f564fe5977ab99f70ebe4b397')
prepare() {
cd "$pkgname-$pkgver"