summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2022-03-19 12:34:50 +0000
committerkewl fft2022-03-19 12:34:50 +0000
commit18ffceb7080bb7a7430f89b7526e9c9a9650e36a (patch)
tree08f5312770afee8108d7ac17af08f9a3e2e64d12
parent4461e878b309f9f36455ebe63bc56db49d6a0a37 (diff)
downloadaur-18ffceb7080bb7a7430f89b7526e9c9a9650e36a.tar.gz
Update to version 0.12.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec79db152332..9a8534f54e2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unicorn-fy
pkgdesc = Convert received raw data from crypto exchange API endpoints into well-formed python dictionaries
- pkgver = 0.12.0
+ pkgver = 0.12.2
pkgrel = 1
url = https://github.com/LUCIT-Systems-and-Development/unicorn-fy
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-unicorn-fy
makedepends = python-setuptools
depends = python-requests
depends = python-ujson
- source = python-unicorn-fy-0.12.0.tar.gz::https://github.com/LUCIT-Systems-and-Development/unicorn-fy/archive/0.12.0.tar.gz
- sha256sums = b3630f4fa56aa721a67d985bc94f4daec451a385c455657c1a6c09a81e38b173
+ source = python-unicorn-fy-0.12.2.tar.gz::https://github.com/LUCIT-Systems-and-Development/unicorn-fy/archive/0.12.2.tar.gz
+ sha256sums = 80e92ac25a9c905fa4ce6495d086026fb342138cba220eb4c2b6f5342d1b6d8f
pkgname = python-unicorn-fy
diff --git a/PKGBUILD b/PKGBUILD
index a22b4271e69d..04683f133a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-unicorn-fy"
_pkgname=${pkgname#python-}
-pkgver=0.12.0
+pkgver=0.12.2
pkgrel=1
pkgdesc="Convert received raw data from crypto exchange API endpoints into well-formed python dictionaries"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python-requests' 'python-ujson')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b3630f4fa56aa721a67d985bc94f4daec451a385c455657c1a6c09a81e38b173')
+sha256sums=('80e92ac25a9c905fa4ce6495d086026fb342138cba220eb4c2b6f5342d1b6d8f')
build() {
cd $_pkgname-$pkgver