Skip to content

Commit

Permalink
Skip integrity checks in PKGBUILD.
Browse files Browse the repository at this point in the history
Yea, not nice I know. But it's a chicken and egg problem.
  • Loading branch information
estan committed Apr 8, 2015
1 parent 0e28b88 commit 91974cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('BSD')
depends=('qt5-base' 'protobuf')
makedepends=('pkg-config' 'qt5-tools')
source=(v${pkgver}.tar.gz)
sha256sums=()
md5sums=('SKIP')

build() {
cd $srcdir/$pkgname-$pkgver
Expand Down

0 comments on commit 91974cd

Please sign in to comment.