summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2022-08-13 16:56:54 +0200
committerJoffrey2022-08-13 16:56:54 +0200
commitf1ddbc5aa18023883f75c318a86bcacb5f8a51ed (patch)
treed781108860e9bd7cc970187e2dafeaad31965f93
parent68096039be09d1cf013ce9d74b3ec310dd984b76 (diff)
downloadaur-f1ddbc5aa18023883f75c318a86bcacb5f8a51ed.tar.gz
updpkg: 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8d2a81ee0f..369d25275d99 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.2.0
+ pkgver = 2.3.0
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.2.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.2.0.tar.gz
- sha256sums = c90dfbbef15db83c1059c7acbdd7ca1bcf0cc3023a394e1daafe4a846010155c
+ source = python-django-statici18n-2.3.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.3.0.tar.gz
+ sha256sums = ebbdd5de33d97b2d997a5d67f2b6045957ac8f8e2a08f2823ad581f3dd85092d
pkgname = python-django-statici18n
diff --git a/PKGBUILD b/PKGBUILD
index dfab44b4bc9d..5951c28f2124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-statici18n'
-pkgver=2.2.0
+pkgver=2.3.0
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=('c90dfbbef15db83c1059c7acbdd7ca1bcf0cc3023a394e1daafe4a846010155c')
+sha256sums=('ebbdd5de33d97b2d997a5d67f2b6045957ac8f8e2a08f2823ad581f3dd85092d')
package() {
cd "$srcdir/django-statici18n-$pkgver"