diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Maintainer: Nils Amiet <amietn@foobar> pkgname=python-pyhocon -pkgver=0.3.47 +pkgver=0.3.48 pkgrel=1 pkgdesc="HOCON parser for Python" arch=(any) @@ -8,7 +8,7 @@ url="https://github.com/chimpler/pyhocon" license=('Apache License 2.0') groups=() depends=(python python-pyparsing) -makedepends=() +makedepends=(git) provides=() conflicts=() replaces=() @@ -16,7 +16,7 @@ backup=() options=(!emptydirs) install= source=("${pkgname}::git+https://github.com/chimpler/pyhocon.git#tag=${pkgver}") -md5sums=('SKIP') +sha256sums=('SKIP') package() { cd "${pkgname}" |