summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen2021-07-06 21:54:01 -0700
committerBen2021-07-06 21:54:01 -0700
commit5ec93d427637baa7ecfd94351806a0d56fb67a05 (patch)
treec1eb12551d2a1cff6775b00f362f044b92537e04 /PKGBUILD
parent97c11f02a058e9a4fa9d28220018e04ad388b742 (diff)
downloadaur-libksane-git.tar.gz
Update the source to use a current git repo
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
+}