summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-04-25 21:45:49 +0200
committerYour Name2022-04-25 21:45:49 +0200
commita64756032b9002c6944142f8a5e80a56a64cced9 (patch)
tree6c893cd84c0dc395fd4c186d4117b465b414c86f
parent519c9714a891748e748d07fb96dfd0e04f03b280 (diff)
downloadaur-a64756032b9002c6944142f8a5e80a56a64cced9.tar.gz
0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e84355c8c2d9..b94838c08c49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rchat
pkgdesc = rautafarmi chat client with Vim keybinds written in Bash
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/speediegamer/rchat
arch = any
license = GPL3
depends = bash
depends = sed
- source = https://github.com/speediegamer/rchat/archive/refs/tags/0.3-r1.tar.gz
- sha256sums = 342f5a8bcb0575417f14f2c6be97e5e85c34f1ef933d5a019fe1b31c3432bd4c
+ source = https://github.com/speediegamer/rchat/archive/refs/tags/0.4-r1.tar.gz
+ sha256sums = 3dd0e00304f90c877bc9ae3432df1781704e72036dd753d6934c17baa5cd135d
pkgname = rchat
diff --git a/PKGBUILD b/PKGBUILD
index 409d0e53a69f..25b416d34a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rchat
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="rautafarmi chat client with Vim keybinds written in Bash"
arch=("any")
@@ -7,7 +7,7 @@ url="https://github.com/speediegamer/rchat"
license=("GPL3")
depends=("bash" "sed")
source=("https://github.com/speediegamer/rchat/archive/refs/tags/$pkgver-r$pkgrel.tar.gz")
-sha256sums=("342f5a8bcb0575417f14f2c6be97e5e85c34f1ef933d5a019fe1b31c3432bd4c")
+sha256sums=("3dd0e00304f90c877bc9ae3432df1781704e72036dd753d6934c17baa5cd135d")
package() {
mkdir -p "$pkgdir/usr/bin"