summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2021-12-23 07:45:03 +1100
committerJP-Ellis2021-12-23 07:45:03 +1100
commit4cffae18d2a347b86c76e2cbbf6cbfef207d4334 (patch)
tree57c42bec6b9ce23d82d719d8ce0a0dd424997f8d
parent3c7d696ba77b17bb789897a7bd2cfc45c0e7900c (diff)
downloadaur-4cffae18d2a347b86c76e2cbbf6cbfef207d4334.tar.gz
v1.0.0
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e386407cb528..397c552ea100 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Oct 31 22:50:57 UTC 2018
pkgbase = python-habanero
pkgdesc = Habanero is a low level client for working with Crossref's search API.
- pkgver = 0.6.2
+ pkgver = 1.0.0
pkgrel = 1
url = https://pypi.org/project/habanero/
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/h/habanero/habanero-0.6.2.tar.gz
- sha256sums = 806c74298e0fb8a838514307ef3eca73685a968b8efd00e5dfe1ea604200f59d
+ source = https://files.pythonhosted.org/packages/source/h/habanero/habanero-1.0.0.tar.gz
+ sha256sums = 2763debc455841e28715ff20c9884249e1b2eecfd22c20967928e1eb657a0fe5
pkgname = python-habanero
-
diff --git a/PKGBUILD b/PKGBUILD
index 81cee97baa1b..07d7aee3bd6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=python-habanero
_name=${pkgname#python-}
-pkgver=0.6.2
+pkgver=1.0.0
pkgrel=1
pkgdesc="Habanero is a low level client for working with Crossref's search API."
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
optdepends=()
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('806c74298e0fb8a838514307ef3eca73685a968b8efd00e5dfe1ea604200f59d')
+sha256sums=('2763debc455841e28715ff20c9884249e1b2eecfd22c20967928e1eb657a0fe5')
noextract=()
build() {