summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Val-Borro2020-04-26 17:17:40 -0400
committerMiguel de Val-Borro2020-04-26 17:17:40 -0400
commit110b283b1dae3d3f64c63233ca2667e165fe8f0b (patch)
tree50986388dc441832bf7b3b59a9d429db5c47f6d8
parentff2e88951cb9ef36bbb76d9664b07da24a4e49ca (diff)
downloadaur-110b283b1dae3d3f64c63233ca2667e165fe8f0b.tar.gz
Update URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31734919db73..87ffdb386af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-django-bootstrap3
pkgdesc = Bootstrap 3 integration with Django
pkgver = 12.0.3
- pkgrel = 1
- url = http://github.com/dyve/django-bootstrap3
+ pkgrel = 2
+ url = https://github.com/dyve/django-bootstrap3
arch = any
license = Apache
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 9bdcdc14d98f..7ebbbd6d6ead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=('python-django-bootstrap3' 'python2-django-bootstrap3')
pkgver=12.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Bootstrap 3 integration with Django"
arch=('any')
-url="http://github.com/dyve/django-bootstrap3"
+url="https://github.com/dyve/django-bootstrap3"
license=('Apache')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://github.com/dyve/django-bootstrap3/archive/v${pkgver}.tar.gz")