author | Antonio Rojas
<arojas@archlinux.org> 2024-04-06 19:03:13 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-04-06 19:03:13 UTC |
parent | d8402fc96590f7e3ddbc30b586b0381edf187a82 |
.SRCINFO | +33 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..460444b --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,33 @@ +pkgbase = qscintilla + pkgver = 2.14.1 + pkgrel = 2 + url = https://www.riverbankcomputing.com/software/qscintilla/intro + arch = x86_64 + license = GPL + makedepends = python-pyqt5 + makedepends = qt5-tools + makedepends = python-pyqt6 + makedepends = qt6-tools + makedepends = sip + makedepends = pyqt-builder + source = https://www.riverbankcomputing.com/static/Downloads/QScintilla/2.14.1/QScintilla_src-2.14.1.tar.gz + sha256sums = dfe13c6acc9d85dfcba76ccc8061e71a223957a6c02f3c343b30a9d43a4cdd4d + +pkgname = qscintilla-qt5 + pkgdesc = A port to Qt5 of Neil Hodgson's Scintilla C++ editor class + depends = qt5-base + +pkgname = python-qscintilla-qt5 + pkgdesc = Python bindings for QScintilla2 + depends = qscintilla-qt5 + depends = python-pyqt5 + replaces = python-qscintilla-qt5-common + +pkgname = qscintilla-qt6 + pkgdesc = A port to Qt6 of Neil Hodgson's Scintilla C++ editor class + depends = qt6-base + +pkgname = python-qscintilla-qt6 + pkgdesc = Python bindings for QScintilla2 + depends = qscintilla-qt6 + depends = python-pyqt6 diff --git a/PKGBUILD b/PKGBUILD index 877f5af..c41a390 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=qscintilla pkgname=(qscintilla-qt5 python-qscintilla-qt5 qscintilla-qt6 python-qscintilla-qt6) pkgver=2.14.1 -pkgrel=1 +pkgrel=2 license=(GPL) arch=(x86_64) url='https://www.riverbankcomputing.com/software/qscintilla/intro'