Skip md5sums for all the repos

patch-6ee5522513d8ef3f2bb53d8fc09b93876f919a8a
Konstantinos Sideris 2017-08-10 23:44:36 +03:00
parent 425afb6a87
commit 84d47a215f
2 changed files with 5 additions and 5 deletions

View File

@ -13,9 +13,10 @@ pkgbase = nheko-git
makedepends = qt5-tools makedepends = qt5-tools
depends = qt5-base depends = qt5-base
depends = lmdb 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 source = git://github.com/bendiken/lmdbxx.git
md5sums = SKIP md5sums = SKIP
md5sums = SKIP
pkgname = nheko-git pkgname = nheko-git

View File

@ -12,12 +12,11 @@ license=("GPL3")
depends=("qt5-base" "lmdb") depends=("qt5-base" "lmdb")
makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools") makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools")
source=("git://github.com/mujx/nheko.git" source=($pkgname::git://github.com/mujx/nheko.git git://github.com/bendiken/lmdbxx.git)
"git://github.com/bendiken/lmdbxx.git") md5sums=("SKIP" "SKIP")
md5sums=("SKIP")
prepare() { prepare() {
cd nheko cd "$pkgname"
git submodule init git submodule init
git config submodule.lmdbxx.url $srcdir/libs/lmdbxx git config submodule.lmdbxx.url $srcdir/libs/lmdbxx
git submodule update git submodule update