summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-04-20 23:25:16 +0430
committerAli Molaei2021-04-20 23:25:16 +0430
commit88d820ceb7b8029761842ef03000fa76a704f5c8 (patch)
treeaf5efe34b377662d9f139363d9d2253485188308
parentdce65e95f9d827e891aba63f33f3eea363c207c8 (diff)
downloadaur-88d820ceb7b8029761842ef03000fa76a704f5c8.tar.gz
Update to 3.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e2e609ca98..f83e4ffb5e48 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.8.4
+ pkgver = 3.9.8
pkgrel = 1
url = http://tagspaces.org
arch = x86_64
license = AGPL
provides = tagspaces
conflicts = tagspaces
- source = tagspaces-3.8.4.deb::https://github.com/tagspaces/tagspaces/releases/download/v3.8.4/tagspaces-linux-amd64-3.8.4.deb
- sha256sums = 3eb4006275d14fb777df87f2ffa502199f42f0570ff099c9210b3010a876f2c6
+ source = tagspaces-3.9.8.deb::https://github.com/tagspaces/tagspaces/releases/download/v3.9.8/tagspaces-linux-amd64-3.9.8.deb
+ sha256sums = 7eef80f8851747e1ac6b311bfe0d5e30d07395f4c9892f8abff57d84edbb7a10
pkgname = tagspaces-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..617dfda4f7aa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+tagspaces-*
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 1a9a5a1b38f0..7ebfa02d5b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tagspaces-bin
_pkgname=tagspaces
-pkgver=3.8.4
+pkgver=3.9.8
pkgrel=1
pkgdesc="TagSpaces is an open source personal data manager. It helps you organize files with tags on every platform."
arch=("x86_64")
@@ -10,7 +10,7 @@ url="http://tagspaces.org"
license=("AGPL")
provides=("tagspaces")
conflicts=("tagspaces")
-sha256sums=('3eb4006275d14fb777df87f2ffa502199f42f0570ff099c9210b3010a876f2c6')
+sha256sums=('7eef80f8851747e1ac6b311bfe0d5e30d07395f4c9892f8abff57d84edbb7a10')
source=("${_pkgname}-${pkgver}.deb::https://github.com/${_pkgname}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-amd64-${pkgver}.deb")
package() {