summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2021-07-06 20:26:39 +1000
committerVictor Tran2021-07-06 20:26:39 +1000
commitdbabb6f16aa8380c169af3a3e2764432867de388 (patch)
treeffdbc964c24161785de5d18d3dd234f100a61407
parent4db2606d7418030348b870a748f9df26893cb1ec (diff)
downloadaur-dbabb6f16aa8380c169af3a3e2764432867de388.tar.gz
Update to 1.0.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69eacdf32bc9..c4d949cc50ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tttermwidget
pkgdesc = Terminal widget used by theTerminal
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 0
url = https://github.com/vicr123/tttermwidget
arch = i686
arch = x86_64
@@ -12,8 +12,7 @@ pkgbase = tttermwidget
depends = libxkbcommon-x11
depends = libutf8proc
depends = the-libs
- source = tttermwidget-1.0::https://github.com/vicr123/tttermwidget/archive/v1.0.tar.gz
- sha256sums = c7360d2bf1a00a90174b4b69e2f53e83e6f7d5afee5d520d3c9fe3a25055ac26
+ source = tttermwidget-1.0.1::https://github.com/vicr123/tttermwidget/archive/v1.0.1.tar.gz
+ sha256sums = 6329163b696c06b62df96aa04cb28bc7c85cfc862f34ef8a3d5a9eb504d5fe91
pkgname = tttermwidget
-
diff --git a/PKGBUILD b/PKGBUILD
index 14efe6ff3d89..ce007f6e9efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=tttermwidget
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=0
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")
makedepends=("qt5-tools")
-source=("$pkgname-$pkgver"::'https://github.com/vicr123/tttermwidget/archive/v1.0.tar.gz')
-sha256sums=("c7360d2bf1a00a90174b4b69e2f53e83e6f7d5afee5d520d3c9fe3a25055ac26")
+source=("$pkgname-$pkgver"::'https://github.com/vicr123/tttermwidget/archive/v1.0.1.tar.gz')
+sha256sums=("6329163b696c06b62df96aa04cb28bc7c85cfc862f34ef8a3d5a9eb504d5fe91")
build() {
mkdir -p build