summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorŁukasz Pożarlik2022-01-18 13:54:37 +0100
committerŁukasz Pożarlik2022-01-18 13:54:37 +0100
commitd20b4b0859e0250c0530e11be6814668e9abd006 (patch)
treeefb637645144878eb9b8b91a22ddfebc70ab7023 /PKGBUILD
parent90fc3e1bdbbcb3c9bf399c14c9e5f03f14b0bb60 (diff)
downloadaur-python-django-bootstrap4.tar.gz
Update to 3.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df7f7ec7e5ae..b886a414c34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=python-django-bootstrap4
_name='django-bootstrap4'
pkgdesc="Bootstrap 4 integration with Django"
-pkgver=2.3.1
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
url="https://github.com/zostera/django-bootstrap4"
license=('BSD-3-Clause')
arch=('any')
depends=('python-django')
makedepends=('python'
'python-setuptools')
-source=("https://files.pythonhosted.org/packages/f9/aa/b1a7a77b080aeea0c06edd6117609f1525dbf05f31a772b52b374acf27c9/$_name-$pkgver.tar.gz")
-sha256sums=('2c199020ac38866cdf8d1c5561ce7468116b9685b455a29843c0225ef8568879')
+source=("https://github.com/zostera/django-bootstrap4/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('981c823dab35f12cce3792011d25da33e9dec1566b0784b21a25ce158a129cf2')
build() {
cd ${srcdir}/django-bootstrap4-${pkgver}