summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2018-12-31 10:56:06 +1030
committerSamuel Walladge2018-12-31 10:56:06 +1030
commitfd4129cd59996774e18f6e86a9261c0c7b502d1b (patch)
tree86fd2d99eb0a4a382ff8c23e06a1a2fa4e8415da
parent2e7e8b64a4220ad18ccfbd2a2eb47ec4a61cd26b (diff)
downloadaur-fd4129cd59996774e18f6e86a9261c0c7b502d1b.tar.gz
bump version to stable 3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ff471a46af..43918a532901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tagspaces-bin
pkgdesc = TagSpaces is an open source personal data manager. It helps you organize files with tags on every platform.
- pkgver = 3.0.0_beta.18
+ pkgver = 3.0.0
pkgrel = 1
url = http://tagspaces.org
arch = x86_64
license = AGPL
provides = tagspaces
conflicts = tagspaces
- source = tagspaces-3.0.0-beta.18.deb::https://github.com/tagspaces/tagspaces/releases/download/v3.0.0-beta.18/tagspaces-linux-amd64-3.0.0-beta.18.deb
- sha256sums = cff19f3f8b2e83914ff6901fcbf8e4c4487a272f723127ff5bd1b71d24760235
+ source = tagspaces-3.0.0.deb::https://github.com/tagspaces/tagspaces/releases/download/v3.0.0/tagspaces-linux-amd64-3.0.0.deb
+ sha256sums = dd2cb6b2a350eb9c06b553b36f1fc4f75c4894ec6d3b65eb2c763d0f3ef59690
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d3620139bdd..80d9abaf6b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,7 @@
pkgname=tagspaces-bin
_pkgname=tagspaces
-pkgver=3.0.0_beta.18
-# upstream pkgver - has a hyphen which is not allowed
-_pkgver="3.0.0-beta.18"
+pkgver=3.0.0
pkgrel=1
pkgdesc="TagSpaces is an open source personal data manager. It helps you organize files with tags on every platform."
arch=("x86_64")
@@ -12,8 +10,8 @@ url="http://tagspaces.org"
license=("AGPL")
provides=("tagspaces")
conflicts=("tagspaces")
-sha256sums=('cff19f3f8b2e83914ff6901fcbf8e4c4487a272f723127ff5bd1b71d24760235')
-source=("${_pkgname}-${_pkgver}.deb::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-linux-amd64-${_pkgver}.deb")
+sha256sums=('dd2cb6b2a350eb9c06b553b36f1fc4f75c4894ec6d3b65eb2c763d0f3ef59690')
+source=("${_pkgname}-${pkgver}.deb::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64-${pkgver}.deb")
package() {
bsdtar -xv -C "${pkgdir}" -f "${srcdir}/data.tar.xz"