summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2017-01-19 16:09:06 +0200
committerJerome Leclanche2017-01-19 16:09:06 +0200
commit1048768ebbc50bfcf279f65682945acd9d11e6ee (patch)
tree34f36f24bc0e76064a577eb2f2f76d022e3dc8a7
parent938b6a4c29c06908d9e7d5fb6ccd54f3b64bc8ca (diff)
downloadaur-1048768ebbc50bfcf279f65682945acd9d11e6ee.tar.gz
Update makedepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed7fab5b46b..ce63b773cdfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Jan 19 14:08:47 UTC 2017
pkgbase = qterminal-git
pkgdesc = Lightweight Qt-based terminal emulator
- pkgver = 0.6.0.98.g7f83f86
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/lxde/qterminal
arch = i686
arch = x86_64
license = GPL2
- makedepends = git
- makedepends = cmake
- makedepends = qt5-tools
+ makedepends = lxqt-build-tools
depends = qtermwidget
provides = qterminal
conflicts = qterminal
diff --git a/PKGBUILD b/PKGBUILD
index e208e521e47e..d075ab19c8e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qterminal
pkgname=$_pkgname-git
-pkgver=0.6.0.98.g7f83f86
+pkgver=0.7.1
pkgrel=1
pkgdesc="Lightweight Qt-based terminal emulator"
arch=("i686" "x86_64")
@@ -11,7 +11,7 @@ license=("GPL2")
provides=("$_pkgname")
conflicts=("$_pkgname")
depends=("qtermwidget")
-makedepends=("git" "cmake" "qt5-tools")
+makedepends=("lxqt-build-tools")
source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")