mirror of
https://github.com/archlinux/aur.git
synced 2026-03-07 20:39:34 +01:00
quickterminal-git: Use qtermwidget-git now
qtermwidget-git is a Qt 5 library now.
This commit is contained in:
parent
80a95ec088
commit
b8eb11fcf5
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue