[arch-commits] Commit in qscintilla/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Mar 28 07:30:47 UTC 2019
Date: Thursday, March 28, 2019 @ 07:30:46
Author: arojas
Revision: 349327
Fix source URL
Modified:
qscintilla/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-28 07:30:19 UTC (rev 349326)
+++ PKGBUILD 2019-03-28 07:30:46 UTC (rev 349327)
@@ -12,7 +12,7 @@
url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
makedepends=('python-pyqt5' 'python2-pyqt5' 'qt5-tools' 'sip')
options=('!buildflags') # Fix Qt Designer plugin
-source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/QScintilla_gpl-$pkgver.tar.gz")
+source=("https://www.riverbankcomputing.com/static/Downloads/QScintilla/$pkgver/QScintilla_gpl-$pkgver.tar.gz")
sha256sums=('dae54d19e43dba5a3f98ac084fc0bcfa6fb713fa851f1783a01404397fd722f5')
build() {
More information about the arch-commits
mailing list