summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Gauci2021-03-13 18:49:33 +0000
committerJason Gauci2021-03-13 18:49:33 +0000
commitae5d752c08257eaa45d7da50e9c7ec2d4e5e87a7 (patch)
tree68aae6147b9b39c2721644f4559b77cd72b07658 /PKGBUILD
parentab67ee658597b930e8d49bef013af9991aef9192 (diff)
downloadaur-ae5d752c08257eaa45d7da50e9c7ec2d4e5e87a7.tar.gz
6.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7181b57f0c9a..3b56d479b9fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@ _ghname='EternalTerminal'
_tarname='et'
pkgbase='eternalterminal'
pkgname=('eternalterminal-client' 'eternalterminal-server' 'eternalterminal')
-pkgver='6.0.13'
+pkgver='6.1.3'
pkgrel=1
arch=('x86_64')
depends=(
- 'libsodium' 'protobuf' 'libutempter'
+ 'libutempter' 'libunwind' 'openssl'
)
makedepends=(
- 'libsodium' 'protobuf' 'libutempter'
- 'cmake' 'unzip' 'wget'
+ 'ninja' 'cmake' 'tar' 'curl' 'zip' 'unzip'
)
url='https://mistertea.github.io/EternalTerminal/'
license=('Apache')
@@ -22,7 +21,7 @@ source=(
"https://github.com/MisterTea/${_ghname}/archive/${_tarname}-v${pkgver}.tar.gz"
)
sha256sums=(
- '728c3a444d666897c710e33fe473d8d289263a59574451b13aa53ec3c6ac88b3'
+ '5eb76a6667b7c8ba13b5cb089221e5fe237e5dde164956af8720ed11a9a38dcd'
)
prepare() {