summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2020-09-21 18:08:58 +0200
committerJoffrey2020-09-21 18:08:58 +0200
commite5a07763f6901ddcf59e895b6225ef20b19e2d78 (patch)
tree5ef175b32ceeedcbdca71c86a85b799064004672
parentf161bb4c9f71ce2c49639934c7838ccdf9971757 (diff)
downloadaur-e5a07763f6901ddcf59e895b6225ef20b19e2d78.tar.gz
updpkg: 2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be9beeb76fa..3158ebb36483 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 = 1.9.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/zyegfryed/django-statici18n
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-statici18n
makedepends = python-setuptools
depends = python-django
depends = python-django-appconf
- source = python-django-statici18n-1.9.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v1.9.0.tar.gz
- sha256sums = 5dfad9c3c6c75fcf4f90941aeb4745517da8ec16e8da7eeecb42d05dbe26155c
+ source = python-django-statici18n-2.0.0.tar.gz::https://github.com/zyegfryed/django-statici18n/archive/v2.0.0.tar.gz
+ sha256sums = e2f3cdb3a43ff92d47d1dfc018bbf2d1d77df4a27def6d7982ba724bdec0d059
pkgname = python-django-statici18n
diff --git a/PKGBUILD b/PKGBUILD
index a2530d584231..ba4aed35d393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joffrey <j-off@live.fr>
pkgname='python-django-statici18n'
-pkgver=1.9.0
+pkgver=2.0.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=('5dfad9c3c6c75fcf4f90941aeb4745517da8ec16e8da7eeecb42d05dbe26155c')
+sha256sums=('e2f3cdb3a43ff92d47d1dfc018bbf2d1d77df4a27def6d7982ba724bdec0d059')
package() {
cd "$srcdir/django-statici18n-$pkgver"