summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2020-02-13 22:45:42 +1100
committerVictor Tran2020-02-13 22:45:42 +1100
commit4db2606d7418030348b870a748f9df26893cb1ec (patch)
tree0c73dbff6e81d1604573c816f1569db825f1c09b
parentac0f594fae032c36e8d837cba5d472c2f59ca456 (diff)
downloadaur-4db2606d7418030348b870a748f9df26893cb1ec.tar.gz
Update to 1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8327fa86e4d9..69eacdf32bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = tttermwidget
pkgdesc = Terminal widget used by theTerminal
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vicr123/tttermwidget
arch = i686
arch = x86_64
license = GPL2
+ makedepends = qt5-tools
depends = qt5-base
depends = libsm
depends = libxkbcommon-x11
depends = libutf8proc
depends = the-libs
- source = tttermwidget-1.0::git+https://github.com/vicr123/tttermwidget
- md5sums = SKIP
+ source = tttermwidget-1.0::https://github.com/vicr123/tttermwidget/archive/v1.0.tar.gz
+ sha256sums = c7360d2bf1a00a90174b4b69e2f53e83e6f7d5afee5d520d3c9fe3a25055ac26
pkgname = tttermwidget
diff --git a/PKGBUILD b/PKGBUILD
index 5bcd324d7f31..14efe6ff3d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=tttermwidget
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Terminal widget used by theTerminal"
arch=("i686" "x86_64")
url="https://github.com/vicr123/tttermwidget"
license=("GPL2")
depends=("qt5-base" "libsm" "libxkbcommon-x11" "libutf8proc" "the-libs")
-source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/tttermwidget')
-md5sums=("SKIP")
+makedepends=("qt5-tools")
+source=("$pkgname-$pkgver"::'https://github.com/vicr123/tttermwidget/archive/v1.0.tar.gz')
+sha256sums=("c7360d2bf1a00a90174b4b69e2f53e83e6f7d5afee5d520d3c9fe3a25055ac26")
build() {
mkdir -p build