summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-11-08 18:02:40 +0100
committerhaawda2021-11-08 18:02:40 +0100
commit5ec7f4e602971d3233bba9df524800743892f472 (patch)
tree639a567cc0f56e119ff96202f71db690d37d3063
parent68a8b26c6983846b39a112c5fd07c85d88e091d5 (diff)
downloadaur-5ec7f4e602971d3233bba9df524800743892f472.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 801b2ae515b4..bd03be3b7c1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-shortuuid
pkgdesc = shortuuid is a simple python library that generates concise, unambiguous, URL-safe UUIDs.
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/skorokithakis/shortuuid
arch = any
license = custom:BSD
depends = python
options = !emptydirs
- source = python-shortuuid-1.0.1.tar.gz::https://github.com/skorokithakis/shortuuid/archive/v1.0.1.tar.gz
- md5sums = 57fe99c8d16fa3c376e725963f8561a6
+ source = python-shortuuid-1.0.2.tar.gz::https://github.com/skorokithakis/shortuuid/archive/v1.0.2.tar.gz
+ md5sums = 4f4754915c998e2e958ba5c1012c6ab8
pkgname = python-shortuuid
-
diff --git a/PKGBUILD b/PKGBUILD
index 6779ad5ab382..b1ade156c038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-shortuuid
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
pkgdesc="shortuuid is a simple python library that generates concise, unambiguous, URL-safe UUIDs."
arch=('any')
url="https://github.com/skorokithakis/shortuuid"
@@ -11,7 +11,7 @@ license=('custom:BSD')
depends=('python')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::${url}/archive/v$pkgver.tar.gz")
-md5sums=('57fe99c8d16fa3c376e725963f8561a6')
+md5sums=('4f4754915c998e2e958ba5c1012c6ab8')
package() {
cd ${pkgname#python-}-$pkgver