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 2d30ab9e9feb..c8550ba16337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
# Contributor: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=python-fpyutils
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
url="https://github.com/frnmst/fpyutils"
license=('GPL3')
-depends=('python')
+depends=('python' 'python-atomicwrites=1.3.0')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}.tar.gz::https://github.com/frnmst/fpyutils/archive/${pkgver}.tar.gz")
-sha256sums=('d61a7abd1529fed24445886bc8af831c81d64a2ff4faf82f6fffbf62e125df3d')
+sha256sums=('bf215208185d93ebf76171edc9151dea09f60a8174d432b5e5c216f31fafd302')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"