summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4265e42d04dc..e1c9bda3c79e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"