summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e27efcc9351..3756170efbfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-colorfield
pkgdesc = Simple color field for models with a nice color-picker in the admin
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fabiocaccamo/django-colorfield
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a948c1afefc8..63ea5c7d7eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-django-colorfield
_name=${pkgname#python-}
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Simple color field for models with a nice color-picker in the admin'
arch=('any')
url=https://github.com/fabiocaccamo/django-colorfield