summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2019-04-28 21:54:47 +0200
committerŁukasz Pożarlik2019-04-28 21:54:47 +0200
commitcf2efac2609246f2a4a4d51c2e57138a25582faf (patch)
tree7eebc22b6db61681ab0e3d94f0c426fc94071336
parentfceea0015cfa23f8abf2f247f61724545bfb50b4 (diff)
downloadaur-cf2efac2609246f2a4a4d51c2e57138a25582faf.tar.gz
update to 0.0.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c20280a8c2..cb41bae3127e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-bootstrap4
pkgdesc = Bootstrap 4 integration with Django
- pkgver = 0.0.6
- pkgrel = 2
+ pkgver = 0.0.8
+ pkgrel = 1
url = https://github.com/zostera/django-bootstrap4
arch = any
license = BSD-3-Clause
@@ -9,8 +9,8 @@ pkgbase = python-django-bootstrap4
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://github.com/zostera/django-bootstrap4/archive/0.0.6.tar.gz
- sha256sums = e9079ec03280ea72022227ac27afc7dece3ce80be278a3434705ec909cc56383
+ source = https://github.com/zostera/django-bootstrap4/archive/v0.0.8.tar.gz
+ sha256sums = 1e3717cbff1a18f18887bd827780b17a8e6e10bb8343059cfba10ab26ff3b16e
pkgname = python-django-bootstrap4
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 5a19cc142a46..7ec5f36ddd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=('python-django-bootstrap4' 'python2-django-bootstrap4')
pkgdesc="Bootstrap 4 integration with Django"
-pkgver=0.0.6
-pkgrel=2
+pkgver=0.0.8
+pkgrel=1
url="https://github.com/zostera/django-bootstrap4"
license=('BSD-3-Clause')
arch=('any')
@@ -11,8 +11,8 @@ makedepends=('python'
'python-setuptools'
'python2'
'python2-setuptools')
-source=("https://github.com/zostera/django-bootstrap4/archive/${pkgver}.tar.gz")
-sha256sums=('e9079ec03280ea72022227ac27afc7dece3ce80be278a3434705ec909cc56383')
+source=("https://github.com/zostera/django-bootstrap4/archive/v${pkgver}.tar.gz")
+sha256sums=('1e3717cbff1a18f18887bd827780b17a8e6e10bb8343059cfba10ab26ff3b16e')
build() {
cp -r ${srcdir}/django-bootstrap4-${pkgver} ${srcdir}/django-bootstrap4-${pkgver}-py2