summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChih-Hsuan Yen2023-05-18 22:43:55 +0800
committerChih-Hsuan Yen2023-05-18 22:43:55 +0800
commit39077cf4f77cca4e36201fd9dab9f2665fc0aff5 (patch)
tree598546948c1e623be76bbe1f058ab24bd093c693 /PKGBUILD
parent79205df82649d28d8e8e7c60cff6107d03abeb7d (diff)
downloadaur-39077cf4f77cca4e36201fd9dab9f2665fc0aff5.tar.gz
qterminal-git: add libcanberra dep
See: https://github.com/lxqt/qterminal/pull/1020
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d57028697c3..1a14f2d2a80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=qterminal
pkgname=$_pkgname-git
-pkgver=0.9.0.157.gee250b4
-pkgrel=2
+pkgver=1.3.0.5.g38d7d2a
+pkgrel=1
pkgdesc="Lightweight Qt-based terminal emulator"
arch=("i686" "x86_64")
url="https://github.com/lxqt/qterminal"
license=("GPL2")
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-depends=("qtermwidget-git" "qt5-x11extras" "qt5-translations")
+depends=("qtermwidget-git" "qt5-x11extras" "qt5-translations" "libcanberra")
makedepends=("cmake" "git" "lxqt-build-tools-git" "qt5-tools")
source=("git+https://github.com/lxqt/$_pkgname.git")
sha256sums=('SKIP')