summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2021-03-19 21:50:06 +0300
committerorhun2021-03-19 21:50:06 +0300
commit2fa850bbc6f612d54612946bb817db9a1fc1d0ca (patch)
tree87ac4159d4039c1cb886301bf11f52a2773d365a
parent53f3c54dd5001fe7ef2d6aaade295d6f7fc35f3d (diff)
downloadaur-2fa850bbc6f612d54612946bb817db9a1fc1d0ca.tar.gz
upgpkg: termchat-bin 1.3.0-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6ef3b018b2..b475b337f073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = termchat-bin
pkgdesc = Terminal chat through the LAN
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/lemunozm/termchat
arch = x86_64
license = Apache
+ depends = gcc-libs
provides = termchat
conflicts = termchat
- source_x86_64 = https://github.com/lemunozm/termchat/releases/download/v1.2.0/termchat-v1.2.0-x86_64-unknown-linux-musl.tar.gz
- sha512sums_x86_64 = f9e98384e1941fd08327d8d63ba9dc64d2200228e79a77e7ce3362422ce826af12ccf4d26874955d378f638a3cc00ec1fcad371fe2e9268a28a871c890f5c01d
+ source_x86_64 = https://github.com/lemunozm/termchat/releases/download/v1.3.0/termchat-v1.3.0-x86_64-unknown-linux-musl.tar.gz
+ sha512sums_x86_64 = 978636865a69b6dbec530b375e62be2832320378da41941f8787e35f1f28fd83c8b07fca4d39f53f09a6d36509bd3830c606aa0b910a289e58e0b3c6692decc3
pkgname = termchat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 514d1deea096..ff9a36191095 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# https://github.com/orhun/pkgbuilds
pkgname=termchat-bin
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Terminal chat through the LAN"
arch=('x86_64')
url="https://github.com/lemunozm/termchat"
license=('Apache')
+depends=('gcc-libs')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha512sums_x86_64=('f9e98384e1941fd08327d8d63ba9dc64d2200228e79a77e7ce3362422ce826af12ccf4d26874955d378f638a3cc00ec1fcad371fe2e9268a28a871c890f5c01d')
+sha512sums_x86_64=('978636865a69b6dbec530b375e62be2832320378da41941f8787e35f1f28fd83c8b07fca4d39f53f09a6d36509bd3830c606aa0b910a289e58e0b3c6692decc3')
package() {
cd "${pkgname%-bin}-v${pkgver}-x86_64-unknown-linux-musl"