summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a7da3dcfdce..1e98f28df08c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = klook-git
pkgdesc = A quick file content preview application that supports integration with Dolphin
pkgver = v2.0_10_5_gf01e033
pkgrel = 1
- url = https://abf.rosalinux.ru/uxteam/klook-devel
+ url = https://github.com/KDE/klook.git
install = klook-git.install
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = klook-git
makedepends = cmake
makedepends = git
depends = kdebase-runtime
- source = git+https://abf.rosalinux.ru/uxteam/klook-devel.git
+ source = git+https://github.com/KDE/klook.git
md5sums = SKIP
pkgname = klook-git
diff --git a/PKGBUILD b/PKGBUILD
index a0d582b60d11..9fad59c70026 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Dany Martineau <dany.luc.martineau at gmail dot com>
pkgname=klook-git
-_pkgname="klook-devel"
+_pkgname="klook"
pkgver=v2.0_10_5_gf01e033
pkgrel=1
pkgdesc="A quick file content preview application that supports integration with Dolphin"
arch=('i686' 'x86_64')
-url="https://abf.rosalinux.ru/uxteam/klook-devel"
+url="https://github.com/KDE/klook.git"
license=('GPL')
depends=('kdebase-runtime')
makedepends=('automoc4' 'cmake' 'git')
install="${pkgname}.install"
-source=("git+https://abf.rosalinux.ru/uxteam/${_pkgname}.git")
+source=("git+https://github.com/KDE/${_pkgname}.git")
md5sums=('SKIP')
pkgver() {