summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2015-10-06 11:43:28 +0200
committerThomas Jost2015-10-06 11:43:28 +0200
commitb0e52c82a2c3eaf514df2693ab84e4ce241bbad7 (patch)
treedd5eefee313958f31e822de878b05feb61c4bdab
parent6b5f0616b42f19cff1b3eb17ece0cf10225471df (diff)
downloadaur-b0e52c82a2c3eaf514df2693ab84e4ce241bbad7.tar.gz
Relbump for Python 3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9b73aba6c0..75784d9f2216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-slugify
pkgdesc = A Python slugify application that handles unicode
pkgver = 1.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/un33k/python-slugify
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 58582a5fd626..b6e44295d234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andrey Mikhaylenko <neithere at gmail dot com>
pkgname=python-slugify
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A Python slugify application that handles unicode"
arch=(any)
url="https://github.com/un33k/python-slugify"