summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2024-05-09 11:05:22 +0200
committerJoffrey2024-05-09 11:05:22 +0200
commit4b0a73e5a7b216888ec2cc93e0b3853d76c81657 (patch)
treec9e4f943913a92bf1ef9a7a55332ebd92ddb887c
parent20e3bc1ade42d48f50010c1000c068fc51660ecd (diff)
downloadaur-4b0a73e5a7b216888ec2cc93e0b3853d76c81657.tar.gz
updpkg: 2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fa5dcae10e..e0b348afaada 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-statici18n
pkgdesc = A Django app that provides helper for generating JavaScript catalog to static files
- pkgver = 2.3.1
- pkgrel = 2
+ pkgver = 2.5.0
+ pkgrel = 1
url = https://github.com/zyegfryed/django-statici18n
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-django-statici18n
makedepends = python-wheel
depends = python-django
depends = python-django-appconf
- source = python-django-statici18n-2.3.1.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.3.1.tar.gz
- sha256sums = e2dc1f47d68ff2721dd68fd33195fac9450d2f733c8d6fd1d0d515f066ddcf60
+ source = python-django-statici18n-2.5.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.5.0.tar.gz
+ sha256sums = b1f5625efed88997112dc27b92b473ecddcc89acc99bf8c31ce2f79784a4a432
pkgname = python-django-statici18n
diff --git a/PKGBUILD b/PKGBUILD
index a041d12681d1..c62283da3cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-statici18n'
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.5.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'
@@ -18,7 +18,7 @@ makedepends=(
'python-wheel'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e2dc1f47d68ff2721dd68fd33195fac9450d2f733c8d6fd1d0d515f066ddcf60')
+sha256sums=('b1f5625efed88997112dc27b92b473ecddcc89acc99bf8c31ce2f79784a4a432')
build() {
cd "$srcdir/django-statici18n-$pkgver"