summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2015-07-13 13:49:24 +0200
committerJerome Leclanche2015-07-13 13:49:24 +0200
commite0653cb4e211cf87723c21e4e35dbd2c5b3b63ca (patch)
tree01c136330c7f358c261ce4bf764e7fdbcc6f9781
parent36da86e685f3f2168bfff0839da3e86940ddf9b3 (diff)
downloadaur-e0653cb4e211cf87723c21e4e35dbd2c5b3b63ca.tar.gz
Fix source link
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c69732784b4..2906397a776e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lximage-qt
pkgname=$_pkgname-git
-pkgver=0.4.0.2.gc035472
+pkgver=0.4.0.8.g512f1cf
pkgrel=1
pkgdesc="The LXQt image viewer"
arch=("i686" "x86_64")
@@ -13,7 +13,7 @@ makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
install="$_pkgname.install"
-source=("https+git://github.com/lxde/$_pkgname.git")
+source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")