summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2018-10-27 09:43:42 +1030
committerSamuel Walladge2018-10-27 09:43:42 +1030
commit2e7e8b64a4220ad18ccfbd2a2eb47ec4a61cd26b (patch)
tree1f53fb125d1c81b4ff660daf98aea8cb9fbae89a
parent4327fc92368432ed412a5068a831a24054f3f5a5 (diff)
downloadaur-2e7e8b64a4220ad18ccfbd2a2eb47ec4a61cd26b.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e30c311f1b0..c5ff471a46af 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.12
+ pkgver = 3.0.0_beta.18
pkgrel = 1
url = http://tagspaces.org
arch = x86_64
license = AGPL
provides = tagspaces
conflicts = tagspaces
- source = tagspaces-3.0.0-beta.12.deb::https://github.com/tagspaces/tagspaces/releases/download/v3.0.0-beta.12/tagspaces-linux-amd64-3.0.0-beta.12.deb
- sha256sums = e1f29188815c231c4ff9cd75c61ead0df9b6d0268c5071ba026832cc6b716f8a
+ 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
pkgname = tagspaces-bin
diff --git a/PKGBUILD b/PKGBUILD
index 107c3253af4f..8d3620139bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=tagspaces-bin
_pkgname=tagspaces
-pkgver=3.0.0_beta.12
+pkgver=3.0.0_beta.18
# upstream pkgver - has a hyphen which is not allowed
-_pkgver="3.0.0-beta.12"
+_pkgver="3.0.0-beta.18"
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,7 +12,7 @@ url="http://tagspaces.org"
license=("AGPL")
provides=("tagspaces")
conflicts=("tagspaces")
-sha256sums=('e1f29188815c231c4ff9cd75c61ead0df9b6d0268c5071ba026832cc6b716f8a')
+sha256sums=('cff19f3f8b2e83914ff6901fcbf8e4c4487a272f723127ff5bd1b71d24760235')
source=("${_pkgname}-${_pkgver}.deb::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${_pkgver}/${_pkgname}-linux-amd64-${_pkgver}.deb")
package() {