summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2022-03-19 11:43:41 -0500
committerluspi2022-03-19 11:43:41 -0500
commit0d51e2d417f1510442a230b406d31296a8135fcc (patch)
tree892318a14483010435f9fbab5975253258c7667a
parent6a8f2f1790d1cf3a5b3630e9162ebe2dcfc28152 (diff)
downloadaur-0d51e2d417f1510442a230b406d31296a8135fcc.tar.gz
fix git source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 927a8bb018e6..bb3e2c6e8e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = libqpsd-git
license = LGPL
makedepends = git
depends = qt5-base
- source = git://github.com/Code-ReaQtor/libqpsd
+ source = git+https://github.com/Code-ReaQtor/libqpsd
sha256sums = SKIP
pkgname = libqpsd-git
diff --git a/PKGBUILD b/PKGBUILD
index bfdcb04dda64..2f8bfb92481c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,14 @@ license=("LGPL")
depends=("qt5-base")
# depends=("qt4") # use this depends instead of the above for Qt4 build
makedepends=("git")
-source=("git://github.com/Code-ReaQtor/libqpsd")
+source=("git+https://github.com/Code-ReaQtor/libqpsd")
sha256sums=("SKIP")
prepare() {
cd "$srcdir/$_pkgname"
-
+
sed -i "s|\$\$\[QT_INSTALL_PLUGINS\]|/usr/lib/qt/plugins|" QPsdPlugin.pro
-
+
mkdir -p build
cd build
qmake ..