summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-06-08 09:20:13 -0600
committerMark Wagie2023-06-08 09:20:13 -0600
commit506b49fdbc559539c2406fb5fe8a58a7ae8e90de (patch)
tree3b7b396522e887584659d86cedc3429317cf95ab
parent8a9a22fd5990e6d3bee9d729392f19f54d169383 (diff)
downloadaur-506b49fdbc559539c2406fb5fe8a58a7ae8e90de.tar.gz
1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c1bf2194f0a..148c5c768f9c 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.1
+ pkgver = 1.1.2
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.1.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.1.tar.gz
- sha256sums = 87341430d4316fdcc00548c661e6b387c4a566b6752cf885d6e99bc1c209af58
+ source = thingy-1.1.2.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.1.2.tar.gz
+ sha256sums = 4731fcf12cfd6250d0f6d79fd60bfc114e398203370ad253374d045de3972f19
pkgname = thingy
diff --git a/PKGBUILD b/PKGBUILD
index 53e8df680ead..42a78676de11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=thingy
-pkgver=1.1.1
+pkgver=1.1.2
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=('87341430d4316fdcc00548c661e6b387c4a566b6752cf885d6e99bc1c209af58')
+sha256sums=('4731fcf12cfd6250d0f6d79fd60bfc114e398203370ad253374d045de3972f19')
prepare() {
cd "$pkgname-$pkgver"