summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hansen2023-10-20 13:33:43 -0700
committerMichael Hansen2023-10-20 13:33:43 -0700
commit1b1958b9bc80493fb4885160450470568e4f754e (patch)
tree2fc233f21a0cbab165d46204567959ee1aa7f7d9 /PKGBUILD
parentf40bc37444f7a721fe28598471c4767091157d74 (diff)
downloadaur-1b1958b9bc80493fb4885160450470568e4f754e.tar.gz
Update dependency package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d84546229cb6..94d3301534f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=qtextpad
pkgdesc="Lightweight cross-platform text editor using KF5's syntax highlighting repository."
pkgver=1.10
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='https://github.com/zrax/qtextpad'
license=('GPL3')
-depends=('syntax-highlighting')
+depends=('syntax-highlighting5')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
force_qt5.patch)