summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2019-03-28 15:07:48 +0100
committerThomas Jost2019-03-28 15:07:48 +0100
commit4aedf3a45f070340bb8fea037b29a1c68319fd50 (patch)
tree31c8c89cd7e10e24e66b0883c3302b79b4bbec82
parent44ef309b3f7326bbc3298b62a981871d64a6b567 (diff)
downloadaur-4aedf3a45f070340bb8fea037b29a1c68319fd50.tar.gz
Bumped to 3.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77596dbca0ff..645d94b243f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Mar 11 13:49:36 UTC 2019
+# Thu Mar 28 14:03:54 UTC 2019
pkgbase = python-slugify
pkgdesc = A Python slugify application that handles unicode
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/un33k/python-slugify
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/un33k/python-slugify/archive/3.0.0.tar.gz
- md5sums = 0d812434bbc4a5ec286951ec85ddd3dc
- sha256sums = 73dc2a8df9e211c89b783388ab59feef852c15755342dcad50c3fee947f9eeeb
+ source = https://github.com/un33k/python-slugify/archive/3.0.1.tar.gz
+ md5sums = 7f873c723703729426e5f303d9eaa9b2
+ sha256sums = 32b9c416ee5be1f8131352575df51e86862845799404fcce8dee269498402635
pkgname = python-slugify
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 677e91f4bc2b..cbc41b86b770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
pkgname=(python-slugify python2-slugify)
pkgbase=python-slugify
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
@@ -10,8 +10,8 @@ url="https://github.com/un33k/python-slugify"
license=('BSD')
makedepends=("python-setuptools" "python2-setuptools")
source=(https://github.com/un33k/python-slugify/archive/${pkgver}.tar.gz)
-md5sums=('0d812434bbc4a5ec286951ec85ddd3dc')
-sha256sums=('73dc2a8df9e211c89b783388ab59feef852c15755342dcad50c3fee947f9eeeb')
+md5sums=('7f873c723703729426e5f303d9eaa9b2')
+sha256sums=('32b9c416ee5be1f8131352575df51e86862845799404fcce8dee269498402635')
package_python-slugify() {
depends=("python" "python-text-unidecode")