diff options
author | kewl fft | 2022-03-19 12:34:50 +0000 |
---|---|---|
committer | kewl fft | 2022-03-19 12:34:50 +0000 |
commit | 18ffceb7080bb7a7430f89b7526e9c9a9650e36a (patch) | |
tree | 08f5312770afee8108d7ac17af08f9a3e2e64d12 | |
parent | 4461e878b309f9f36455ebe63bc56db49d6a0a37 (diff) | |
download | aur-18ffceb7080bb7a7430f89b7526e9c9a9650e36a.tar.gz |
Update to version 0.12.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |