summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-05-16 01:59:39 +0430
committerAli Molaei2022-05-16 01:59:39 +0430
commit0c92cc04738fc6d7989d97abccd6e11c676b855c (patch)
tree2e61d2697fa1edbd88a9b02d6b656b86d6a404ef
parentd71e0def59103e5183226e4e3fb357b48f748a3e (diff)
downloadaur-0c92cc04738fc6d7989d97abccd6e11c676b855c.tar.gz
Update to 0.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a68f9fc88f3..b7019830dd06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tricks-bin
pkgdesc = The social network for programmers!
- pkgver = 0.1.0
- pkgrel = 2
+ pkgver = 0.1.2
+ pkgrel = 1
url = https://tricks.aseman.io/
arch = x86_64
license = none
@@ -9,9 +9,9 @@ pkgbase = tricks-bin
conflicts = tricks
options = !emptydirs
options = !strip
- source = https://tricks.aseman.io/tricks/static/downloads/Tricks-0.1.0_linux.tar.xz
+ source = https://tricks.aseman.io/tricks/static/downloads/Tricks-0.1.2_linux.tar.xz
source = tricks.desktop
- sha256sums = e69aa1332f23295d72ed1bd3660d870a6393f672f8fd1858f89259df599bf432
+ sha256sums = 0fc49e61e9d4efc0640a88a85bd109e10f65704101570a61a37ddd69ec6b9888
sha256sums = 8cb921da1169ae970e26f46007e2ff4471c3804302bc0089809c09aac35577eb
pkgname = tricks-bin
diff --git a/PKGBUILD b/PKGBUILD
index f29028f52884..219b8a9042bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
pkgname=tricks-bin
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="The social network for programmers!"
arch=('x86_64')
url="https://tricks.aseman.io/"
@@ -12,7 +12,7 @@ provides=('tricks')
options=('!emptydirs' '!strip')
source=("https://tricks.aseman.io/tricks/static/downloads/Tricks-${pkgver}_linux.tar.xz"
"tricks.desktop")
-sha256sums=('e69aa1332f23295d72ed1bd3660d870a6393f672f8fd1858f89259df599bf432'
+sha256sums=('0fc49e61e9d4efc0640a88a85bd109e10f65704101570a61a37ddd69ec6b9888'
'8cb921da1169ae970e26f46007e2ff4471c3804302bc0089809c09aac35577eb')
prepare() {