summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-07 15:39:18 +0800
committerChih-Hsuan Yen2018-08-07 15:39:18 +0800
commit83d716f780d0d30adf1ab5240f25758caafd4601 (patch)
tree43d5d824bebc3125c10cf91e6b4f4832a08bfaa3
parent2f58bcee26bf4f787219fe3c6254e7b10bb65edd (diff)
downloadaur-83d716f780d0d30adf1ab5240f25758caafd4601.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9a9ca3e1c7..c7bbe7621d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qterminal-git
pkgdesc = Lightweight Qt-based terminal emulator
- pkgver = 0.7.1.41.g9d92b3c
- pkgrel = 2
- url = https://github.com/lxde/qterminal
+ pkgver = 0.9.0.109.g14b1ee0
+ pkgrel = 1
+ url = https://github.com/lxqt/qterminal
arch = i686
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = qterminal-git
depends = qt5-x11extras
provides = qterminal
conflicts = qterminal
- source = git+https://github.com/lxde/qterminal.git
+ source = git+https://github.com/lxqt/qterminal.git
sha256sums = SKIP
pkgname = qterminal-git
diff --git a/PKGBUILD b/PKGBUILD
index de130928a460..d9bf50c04870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=qterminal
pkgname=$_pkgname-git
-pkgver=0.7.1.41.g9d92b3c
-pkgrel=2
+pkgver=0.9.0.109.g14b1ee0
+pkgrel=1
pkgdesc="Lightweight Qt-based terminal emulator"
arch=("i686" "x86_64")
-url="https://github.com/lxde/qterminal"
+url="https://github.com/lxqt/qterminal"
license=("GPL2")
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=("qtermwidget-git" "qt5-x11extras")
makedepends=("cmake" "git" "lxqt-build-tools-git" "qt5-tools")
-source=("git+https://github.com/lxde/$_pkgname.git")
+source=("git+https://github.com/lxqt/$_pkgname.git")
sha256sums=('SKIP')