summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-05-31 14:29:22 -0600
committerMark Wagie2023-05-31 14:29:22 -0600
commit8a9a22fd5990e6d3bee9d729392f19f54d169383 (patch)
tree05bbf7471b1495b5e59ac70d2fd5dd38792eb1d3
parent9ea6c450ec8d541c62f461cb450532c439a0abf8 (diff)
downloadaur-8a9a22fd5990e6d3bee9d729392f19f54d169383.tar.gz
1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08aaa13605c0..0c1bf2194f0a 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.0
+ pkgver = 1.1.1
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.0.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.0.tar.gz
- sha256sums = 2ee04fd64cb9db68c4c574a78bf7839a6a65752f564fe5977ab99f70ebe4b397
+ source = thingy-1.1.1.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.1.tar.gz
+ sha256sums = 87341430d4316fdcc00548c661e6b387c4a566b6752cf885d6e99bc1c209af58
pkgname = thingy
diff --git a/PKGBUILD b/PKGBUILD
index e7c11ee6f8d9..53e8df680ead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=thingy
-pkgver=1.1.0
+pkgver=1.1.1
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=('2ee04fd64cb9db68c4c574a78bf7839a6a65752f564fe5977ab99f70ebe4b397')
+sha256sums=('87341430d4316fdcc00548c661e6b387c4a566b6752cf885d6e99bc1c209af58')
prepare() {
cd "$pkgname-$pkgver"