summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjun Nemani2018-07-09 10:37:14 +0530
committerArjun Nemani2018-07-09 10:37:14 +0530
commitcd97db860ac1314a960f72f505f1a3a02583a3d3 (patch)
tree2305a3b80bccd6d4267072b90a95e38259557587
parentb333c302f014c39d73e78b8a6a5f2f69a3e15f6d (diff)
downloadaur-cd97db860ac1314a960f72f505f1a3a02583a3d3.tar.gz
Update URL from http to https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a512627baab5..d566358533be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dennis
pkgdesc = Utilities for working with PO and POT files to ease development and improve localization quality
pkgver = 0.9
pkgrel = 1
- url = http://github.com/willkg/dennis
+ url = https://github.com/willkg/dennis
arch = any
license = Simplified
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index d689da9aa8b7..7f1a6780e65b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.9
pkgrel=1
pkgdesc="Utilities for working with PO and POT files to ease development and improve localization quality"
arch=(any)
-url="http://github.com/willkg/dennis"
+url="https://github.com/willkg/dennis"
license=(Simplified BSD License)
makedepends=("python" "python-pip")
build() {
@@ -14,4 +14,4 @@ build() {
package() {
mkdir -p $pkgdir/usr/lib/python3.5/site-packages/
cp -r $srcdir/dennis/* $pkgdir/usr/lib/python3.5/site-packages/
-} \ No newline at end of file
+}