summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor Tran2020-02-13 22:59:11 +1100
committerVictor Tran2020-02-13 22:59:11 +1100
commitd5da1ba5d5fd5f36b61fedbd9e6b076cf6304fb6 (patch)
treee074323477c493d1eba111e65c4990ef508b13c4 /PKGBUILD
parentfa41dfecfd65fb7eebaedb5e140000c2bc03310e (diff)
downloadaur-d5da1ba5d5fd5f36b61fedbd9e6b076cf6304fb6.tar.gz
Update to 3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b47a3104d5e..23300f7d69e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=theterminal
-pkgver=2.1
-pkgrel=2
+pkgver=3.0
+pkgrel=0
pkgdesc="Simple Terminal Emulator"
arch=("x86_64")
url="https://github.com/vicr123/theterminal"
license=('GPL3')
-depends=('xdg-utils' 'qtermwidget' 'qt5-base' 'qt5-x11extras' 'the-libs')
-makedepends=('git')
-source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theterminal#branch=master')
-md5sums=('SKIP')
+depends=('xdg-utils' 'tttermwidget' 'qt5-base' 'qt5-x11extras' 'the-libs')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver"::'https://github.com/vicr123/theterminal/archive/v3.0.tar.gz')
+sha256sums=('ae129556502549293ef090afa2954389353c70d6a5d7c6f8a838bbaacaa607e9')
build() {
cd "$pkgname-$pkgver"