summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2022-08-21 19:23:37 +0200
committerJoffrey2022-08-21 19:23:37 +0200
commita5a650c195a4a98725a9c7d5360bb89d144eb9f4 (patch)
treecb08c3fca8a1a66fbe0f2322b53e62231e4621d4
parentf1ddbc5aa18023883f75c318a86bcacb5f8a51ed (diff)
downloadaur-python-django-statici18n.tar.gz
updpkg: 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 369d25275d99..0b4559fdd2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-statici18n
pkgdesc = A Django app that provides helper for generating JavaScript catalog to static files
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/zyegfryed/django-statici18n
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-django-statici18n
makedepends = python-setuptools
depends = python-django
depends = python-django-appconf
- source = python-django-statici18n-2.3.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.3.0.tar.gz
- sha256sums = ebbdd5de33d97b2d997a5d67f2b6045957ac8f8e2a08f2823ad581f3dd85092d
+ source = python-django-statici18n-2.3.1.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.3.1.tar.gz
+ sha256sums = e2dc1f47d68ff2721dd68fd33195fac9450d2f733c8d6fd1d0d515f066ddcf60
pkgname = python-django-statici18n
diff --git a/PKGBUILD b/PKGBUILD
index 5951c28f2124..809b0e7a8b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-statici18n'
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc='A Django app that provides helper for generating JavaScript catalog to static files'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
)
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ebbdd5de33d97b2d997a5d67f2b6045957ac8f8e2a08f2823ad581f3dd85092d')
+sha256sums=('e2dc1f47d68ff2721dd68fd33195fac9450d2f733c8d6fd1d0d515f066ddcf60')
package() {
cd "$srcdir/django-statici18n-$pkgver"