summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2023-10-20 13:33:43 -0700
committerMichael Hansen2023-10-20 13:33:43 -0700
commit1b1958b9bc80493fb4885160450470568e4f754e (patch)
tree2fc233f21a0cbab165d46204567959ee1aa7f7d9
parentf40bc37444f7a721fe28598471c4767091157d74 (diff)
downloadaur-1b1958b9bc80493fb4885160450470568e4f754e.tar.gz
Update dependency package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3cc3e56459a..ceca4e9ceb73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qtextpad
pkgdesc = Lightweight cross-platform text editor using KF5's syntax highlighting repository.
pkgver = 1.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zrax/qtextpad
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
- depends = syntax-highlighting
+ depends = syntax-highlighting5
source = qtextpad-1.10.tar.gz::https://github.com/zrax/qtextpad/archive/1.10.tar.gz
source = force_qt5.patch
sha256sums = 31173a2f19e7ad6db1f0a610f449e19a27e4399620e7f9480c249e30d3fd55ec
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)