summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Venries2017-01-13 21:46:19 +0100
committerThomas Venries2017-01-13 21:46:19 +0100
commit9dc606398707fd6b5ff0e2cbb3a287093e645a93 (patch)
treed0d8b3695ab2cc8539719d1c8015997d36bfbb8c /PKGBUILD
parentd89df91898283f51a7869496fd7f489c27abc366 (diff)
downloadaur-9dc606398707fd6b5ff0e2cbb3a287093e645a93.tar.gz
Fix checksums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3a3e3067688..d7b2f7de0061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ provides=("${pkgname}")
conflicts=("${pkgname}")
makedepends=('help2man')
source=("https://github.com/Ventto/lux/archive/v${pkgver}.tar.gz")
-sha256sums=('')
+sha256sums=('SKIP')
build() {
cd ${srcdir}/${pkgname}-${pkgver}