summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2020-06-25 19:47:14 +0200
committerFranco Masotti2020-06-25 19:47:14 +0200
commitbccef76815f54baf071e5c95c06c122adb4d6072 (patch)
treeaa4af73dd1d656207752b20f3f3872518fef1a3c
parent6d5611f9f6c32fce1f1f75378b8e74d84c7fac59 (diff)
downloadaur-bccef76815f54baf071e5c95c06c122adb4d6072.tar.gz
New release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec1b2b4824b..75fa4076943a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fpyutils
pkgdesc = A collection of useful non-standard Python functions which aim to be simple to use
- pkgver = 1.1.2
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/frnmst/fpyutils
arch = any
@@ -9,8 +9,10 @@ pkgbase = python-fpyutils
depends = python
depends = python-atomicwrites=1.4.0
options = !emptydirs
- source = python-fpyutils.tar.gz::https://github.com/frnmst/fpyutils/archive/1.1.2.tar.gz
- sha256sums = 7f2db6439abcf9994be19b73c146739f7189f9864a828f9f05141cd349f7bf37
+ source = https://frnmst.gitlab.io/software/fpyutils-1.2.0.tar.gz.sig
+ source = https://frnmst.gitlab.io/software/fpyutils-1.2.0.tar.gz
+ sha512sums = SKIP
+ sha512sums = 7f2fba593c5b05b84f631626b67d71bda85692813f6743d35e33fcb4b8bca0ed7093eacd783d068b4e531a79be6e0da7bd10d617e61fabed89611028711c2436
pkgname = python-fpyutils
diff --git a/PKGBUILD b/PKGBUILD
index 972ee2a1e924..193304068729 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franco Masotti <franco dot masotti at live dot com>
# Contributor: Franco Masotti <franco dot masotti at live dot com>
pkgname=python-fpyutils
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="A collection of useful non-standard Python functions which aim to be simple to use"
arch=('any')
@@ -10,8 +10,8 @@ license=('GPL3')
depends=('python' 'python-atomicwrites=1.4.0')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=("${pkgname}.tar.gz::https://github.com/frnmst/fpyutils/archive/${pkgver}.tar.gz")
-sha256sums=('7f2db6439abcf9994be19b73c146739f7189f9864a828f9f05141cd349f7bf37')
+source=("https://frnmst.gitlab.io/software/fpyutils-${pkgver}.tar.gz.sig" "https://frnmst.gitlab.io/software/fpyutils-${pkgver}.tar.gz")
+sha512sums=('SKIP' '7f2fba593c5b05b84f631626b67d71bda85692813f6743d35e33fcb4b8bca0ed7093eacd783d068b4e531a79be6e0da7bd10d617e61fabed89611028711c2436')
check() {
cd "${srcdir}"/fpyutils-"${pkgver}"