summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5f08a437fc0..271661a47aef 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.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/linuxmint/thingy
arch = any
@@ -10,7 +10,7 @@ pkgbase = thingy
depends = xapp
optdepends = libreoffice
optdepends = xreader
- source = thingy-1.0.3.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.0.3.tar.gz
- sha256sums = a93fb65b52b71d8a84c486941b1ab04479ebbee0d4dc216384ea5c447997889e
+ source = thingy-1.0.4.tar.gz::https://github.com/linuxmint/thingy/archive/refs/tags/1.0.4.tar.gz
+ sha256sums = 6550d9cb5f0974728196d9c15ffda54437ce9c025ed43b34b6c87ca235509a4c
pkgname = thingy
diff --git a/PKGBUILD b/PKGBUILD
index 3f018d9b38b4..54011eb9f6e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=thingy
-pkgver=1.0.3
+pkgver=1.0.4
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=('python-gobject' 'python-setproctitle' 'xapp')
optdepends=('libreoffice' 'xreader')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('a93fb65b52b71d8a84c486941b1ab04479ebbee0d4dc216384ea5c447997889e')
+sha256sums=('6550d9cb5f0974728196d9c15ffda54437ce9c025ed43b34b6c87ca235509a4c')
prepare() {
cd "$pkgname-$pkgver"