summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2021-05-20 21:42:28 +0200
committerJoffrey2021-05-20 21:42:28 +0200
commitc0b1ba566e088da85b3e95e88e5f97584ebdca60 (patch)
tree7481a099c3420b031e66c9ae89f1774a6afcf584
parentae44d43c673e43de0db2d6d29455378747db5b55 (diff)
downloadaur-c0b1ba566e088da85b3e95e88e5f97584ebdca60.tar.gz
updpkg: 2.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a51bf3305e..6b8544c683ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-django-statici18n
pkgdesc = A Django app that provides helper for generating JavaScript catalog to static files
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/zyegfryed/django-statici18n
arch = any
license = BSD
makedepends = python-setuptools
depends = python-django
depends = python-django-appconf
- source = python-django-statici18n-2.0.1.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.0.1.tar.gz
- sha256sums = ba2413ce82eda97e62980acb3b008378d76bb6449409b49afec86db59c50035d
+ source = python-django-statici18n-2.1.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.1.0.tar.gz
+ sha256sums = 3c09ded010d50ba236037855aaa265187a61a576a0227f731628bcd9a9cba2aa
pkgname = python-django-statici18n
diff --git a/PKGBUILD b/PKGBUILD
index 91b2840eae0d..8973d5be77f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-statici18n'
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='A Django app that provides helper for generating JavaScript catalog to static files'
arch=('any')
url='https://github.com/zyegfryed/django-statici18n'
@@ -13,7 +13,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ba2413ce82eda97e62980acb3b008378d76bb6449409b49afec86db59c50035d')
+sha256sums=('3c09ded010d50ba236037855aaa265187a61a576a0227f731628bcd9a9cba2aa')
package() {
cd "$srcdir/django-statici18n-$pkgver"