summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a9e6ca80b45..6c93fb51f36d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = thingy
pkgdesc = Utility application used to make collections and quickly access recent and favorite documents.
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/linuxmint/thingy
arch = any
license = GPL3
+ depends = libgsf
depends = python-gobject
depends = python-setproctitle
depends = xapp
optdepends = libreoffice
optdepends = xreader
- source = thingy-1.0.5.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.0.5.tar.gz
- sha256sums = d0b9a5e1c9a64bdc0c80e4e5933e0837d3a44f17a78d95a25568f50095d46f4d
+ source = thingy-1.0.6.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.0.6.tar.gz
+ sha256sums = 74f39656dd7d196dbc7b21b1e5c3efa9ed65fe5029fe434bbe58c30c735a9755
pkgname = thingy
diff --git a/PKGBUILD b/PKGBUILD
index 3eadd8da5a77..6dee3c968e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thingy
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Utility application used to make collections and quickly access recent and favorite documents."
arch=('any')
url="https://github.com/linuxmint/thingy"
license=('GPL3')
-depends=('python-gobject' 'python-setproctitle' 'xapp')
+depends=('libgsf' 'python-gobject' 'python-setproctitle' 'xapp')
optdepends=('libreoffice' 'xreader')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('d0b9a5e1c9a64bdc0c80e4e5933e0837d3a44f17a78d95a25568f50095d46f4d')
+sha256sums=('74f39656dd7d196dbc7b21b1e5c3efa9ed65fe5029fe434bbe58c30c735a9755')
prepare() {
cd "$pkgname-$pkgver"