summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2016-01-07 19:57:44 +0200
committerJerome Leclanche2016-01-07 19:57:44 +0200
commit938b6a4c29c06908d9e7d5fb6ccd54f3b64bc8ca (patch)
tree13b2f0b5397aff4fbf8cf7881061eab836d276b1
parent974c2b54d768aa27189e1e05c3d7068927a6bd1f (diff)
downloadaur-938b6a4c29c06908d9e7d5fb6ccd54f3b64bc8ca.tar.gz
Update URLs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76d4769d8109..0ed7fab5b46b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qterminal-git
pkgdesc = Lightweight Qt-based terminal emulator
- pkgver = 0.6.0.89.gee32e84
+ pkgver = 0.6.0.98.g7f83f86
pkgrel = 1
- url = https://github.com/qterminal/qterminal
+ url = https://github.com/lxde/qterminal
arch = i686
arch = x86_64
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = qterminal-git
depends = qtermwidget
provides = qterminal
conflicts = qterminal
- source = git+https://github.com/qterminal/qterminal.git
+ source = git+https://github.com/lxde/qterminal.git
sha256sums = SKIP
pkgname = qterminal-git
diff --git a/PKGBUILD b/PKGBUILD
index 308651999086..e208e521e47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=qterminal
pkgname=$_pkgname-git
-pkgver=0.6.0.89.gee32e84
+pkgver=0.6.0.98.g7f83f86
pkgrel=1
pkgdesc="Lightweight Qt-based terminal emulator"
arch=("i686" "x86_64")
-url="https://github.com/qterminal/qterminal"
+url="https://github.com/lxde/qterminal"
license=("GPL2")
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=("qtermwidget")
makedepends=("git" "cmake" "qt5-tools")
-source=("git+https://github.com/qterminal/$_pkgname.git")
+source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")