summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2019-09-15 15:44:20 +0200
committerKr1ss2019-09-15 15:44:20 +0200
commit0119d78aa34defa26e7baf58a8d451fd755625b8 (patch)
tree4a0d25064ab2d82b4f93f35b39bfa87624bf8068
parentd1d4e6c8bfb911a8f80313c2d1d54cea9111cf9e (diff)
downloadaur-0119d78aa34defa26e7baf58a8d451fd755625b8.tar.gz
update project- & source-url (Gitlab repo moved)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc714ee3ba8..9bcff86146c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = dupliseek-git
pkgdesc = Duplicate image finder written in Python/Qt5
pkgver = 0.0.2alpha.r56.eee4fd7
- pkgrel = 2
- url = https://gitlab.com/magnusmj/dupliseek
+ pkgrel = 3
+ url = https://gitlab.com/dupliseek-group/dupliseek
arch = x86_64
license = MIT
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = dupliseek-git
depends = python-imutils
provides = dupliseek
conflicts = dupliseek
- source = git+https://gitlab.com/magnusmj/dupliseek.git
+ source = git+https://gitlab.com/dupliseek-group/dupliseek.git
source = setup.patch
sha256sums = SKIP
sha256sums = ba6a53fe0cc67d4a2c3b64836b59d853b34713a566945e79af376a92d5f2a86f
diff --git a/PKGBUILD b/PKGBUILD
index 01c841ea5816..66644709da05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=dupliseek-git
pkgver() { git -C "${pkgname%-git}" describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'; }
pkgver=0.0.2alpha.r56.eee4fd7
-pkgrel=2
+pkgrel=3
pkgdesc='Duplicate image finder written in Python/Qt5'
arch=('x86_64')
-url="https://gitlab.com/magnusmj/${pkgname%-git}"
+url="https://gitlab.com/dupliseek-group/${pkgname%-git}"
license=('MIT')
provides=("${pkgname%-git}")