summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris2017-08-10 23:44:36 +0300
committerKonstantinos Sideris2017-08-10 23:44:36 +0300
commit84d47a215fdc189e4a6325b1f1d65ca1dc004f84 (patch)
tree08f081e29c0c012859a417e337a92b70beb17646
parent425afb6a875b1c1314af9c59b33f4fc0fa9224b8 (diff)
downloadaur-84d47a215fdc189e4a6325b1f1d65ca1dc004f84.tar.gz
Skip md5sums for all the repos
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6936f5663ddb..47e296299fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,9 +13,10 @@ pkgbase = nheko-git
makedepends = qt5-tools
depends = qt5-base
depends = lmdb
- source = git://github.com/mujx/nheko.git
+ source = nheko-git::git://github.com/mujx/nheko.git
source = git://github.com/bendiken/lmdbxx.git
md5sums = SKIP
+ md5sums = SKIP
pkgname = nheko-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ab61e0060fb..3ec5708d5862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,11 @@ license=("GPL3")
depends=("qt5-base" "lmdb")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools")
-source=("git://github.com/mujx/nheko.git"
- "git://github.com/bendiken/lmdbxx.git")
-md5sums=("SKIP")
+source=($pkgname::git://github.com/mujx/nheko.git git://github.com/bendiken/lmdbxx.git)
+md5sums=("SKIP" "SKIP")
prepare() {
- cd nheko
+ cd "$pkgname"
git submodule init
git config submodule.lmdbxx.url $srcdir/libs/lmdbxx
git submodule update