summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3bcab6606f0..c017639c2695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libksane-git
-pkgver=r410.de6110a
+pkgver=r547.08ea3fb
pkgrel=1
pkgdesc='An image scanning library'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ makedepends=('git' 'extra-cmake-modules-git' 'kdoctools')
conflicts=('libksane')
provides=('libksane')
groups=('digikamsc-git')
-source=('libksane::git+git://anongit.kde.org/libksane')
+source=('libksane::git+https://invent.kde.org/graphics/libksane.git/')
md5sums=('SKIP')
pkgver() {
@@ -39,4 +39,4 @@ build() {
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
-} \ No newline at end of file
+}