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 a3e8f93a4de6..a748d0dc99fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tagspaces-bin
pkgdesc = TagSpaces is an open source personal data manager. It helps you organize files with tags on every platform.
- pkgver = 5.0.5
+ pkgver = 5.0.6
pkgrel = 1
url = http://tagspaces.org
arch = x86_64
license = AGPL
provides = tagspaces
conflicts = tagspaces
- source = tagspaces-5.0.5.deb::https://github.com/tagspaces/tagspaces/releases/download/v5.0.5/tagspaces-linux-amd64-5.0.5.deb
- sha256sums = e147f107f0428a57161f78e20b0f541ab7627e9f061c3eae37c2eeb66c4bba45
+ source = tagspaces-5.0.6.deb::https://github.com/tagspaces/tagspaces/releases/download/v5.0.6/tagspaces-linux-amd64-5.0.6.deb
+ sha256sums = abc501c11da89534f9ef826cb5a5dbe8d60e22eecf3b4c906faba7b8508a25b3
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc41c8d8fb5b..78af5e2241be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tagspaces-bin
_pkgname=tagspaces
-pkgver=5.0.5
+pkgver=5.0.6
pkgrel=1
pkgdesc="TagSpaces is an open source personal data manager. It helps you organize files with tags on every platform."
arch=("x86_64")
@@ -11,7 +11,7 @@ url="http://tagspaces.org"
license=("AGPL")
provides=("tagspaces")
conflicts=("tagspaces")
-sha256sums=('e147f107f0428a57161f78e20b0f541ab7627e9f061c3eae37c2eeb66c4bba45')
+sha256sums=('abc501c11da89534f9ef826cb5a5dbe8d60e22eecf3b4c906faba7b8508a25b3')
source=("${_pkgname}-${pkgver}.deb::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64-${pkgver}.deb")
package() {