summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2019-04-14 18:15:02 +0200
committerFranco Masotti2019-04-14 18:15:02 +0200
commit55b12716cdb5e95f8073bd59c261b1ba030c013c (patch)
tree2c5a004385a980c8f908e454dcd636d2bb8d0bbe
parent94609a0b8809df7e20c119c0cd44038db262767e (diff)
downloadaur-55b12716cdb5e95f8073bd59c261b1ba030c013c.tar.gz
New release.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00aa1168e172..01b5f2fbabff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/frnmst/fpyutils
arch = any
license = GPL3
makedepends = python-setuptools
depends = python
+ depends = python-atomicwrites=1.3.0
options = !emptydirs
- source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/1.0.0.tar.gz
- sha256sums = d61a7abd1529fed24445886bc8af831c81d64a2ff4faf82f6fffbf62e125df3d
+ source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/1.1.0.tar.gz
+ sha256sums = bf215208185d93ebf76171edc9151dea09f60a8174d432b5e5c216f31fafd302
pkgname = python-fpyutils
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}"