quickterminal-git: Use qtermwidget-git now

qtermwidget-git is a Qt 5 library now.
This commit is contained in:
Oleg Shparber 2014-10-03 12:25:05 -07:00
parent 80a95ec088
commit b8eb11fcf5
2 changed files with 4 additions and 4 deletions

View file

@ -1,13 +1,13 @@
pkgbase = quickterminal-git
pkgdesc = Lightweight Qt-based terminal emulator
pkgver = 0.0.1
pkgrel = 1
pkgrel = 2
url = https://github.com/trollixx/quickterminal
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = qtermwidget-qt5-git
depends = qtermwidget-git
provides = quickterminal
conflicts = quickterminal
source = git://github.com/trollixx/quickterminal.git

View file

@ -3,12 +3,12 @@
_appname=quickterminal
pkgname=$_appname-git
pkgver=0.0.1
pkgrel=1
pkgrel=2
pkgdesc='Lightweight Qt-based terminal emulator'
arch=('i686' 'x86_64')
url='https://github.com/trollixx/quickterminal'
license=('GPL2')
depends=('qtermwidget-qt5-git')
depends=('qtermwidget-git')
makedepends=('git')
provides=($_appname)
conflicts=($_appname)