summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2018-06-11 20:29:10 +0200
committerkikadf2018-06-11 20:29:10 +0200
commitbe05b6f219b5b26780de6f76d5f45203cc710deb (patch)
tree4cde44a71f58ab0768f1d2e208878cf29880aeb3
parent06354d2d764b5d3be9f6d29f08b9a4bb034e3af3 (diff)
downloadaur-be05b6f219b5b26780de6f76d5f45203cc710deb.tar.gz
Fix source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f9e45acea9..9107e6a0da8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = plasma5-applets-todolist
depends = plasma-workspace
depends = qt5-declarative
source = https://github.com/Zren/plasma-applet-todolist/archive/v7.tar.gz
- source = https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-todolist/Add_CMakeLists.patch
+ source = https://gitlab.com/kikadf/patches/raw/master/plasma5-applets-todolist/Add_CMakeLists.patch
md5sums = d79af3b345f3e798b0f3e0210c465639
md5sums = 3881942579d0e79c4e1e78ae570cbcd9
diff --git a/PKGBUILD b/PKGBUILD
index 8e732a4036c7..cf350e7a6f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=('plasma-workspace' 'qt5-declarative')
makedepends=('extra-cmake-modules')
arch=('any')
source=(https://github.com/Zren/plasma-applet-todolist/archive/v$pkgver.tar.gz
- https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-todolist/Add_CMakeLists.patch)
+ https://gitlab.com/kikadf/patches/raw/master/plasma5-applets-todolist/Add_CMakeLists.patch)
md5sums=('d79af3b345f3e798b0f3e0210c465639'
'3881942579d0e79c4e1e78ae570cbcd9')