summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeifeng Yu2018-01-03 22:03:01 -0500
committerPeifeng Yu2018-01-03 22:03:01 -0500
commit3dde86c4191ec0afd956d7a62b4a321a7d8db7f8 (patch)
tree86189dee9df59064f3840305aecbbeb2bc35ccc0
parent4a6954618a54c1b5b77721015bcdf5287fface6c (diff)
downloadaur-3dde86c4191ec0afd956d7a62b4a321a7d8db7f8.tar.gz
Update url to use https
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore12
-rw-r--r--PKGBUILD7
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7659dae8c669..a563047d8e98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-robobrowser
pkgdesc = RoboBrowser is a simple, Pythonic library for browsing the web without a standalone web browser.
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jmcarp/robobrowser
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-robobrowser
depends = python-pip
depends = python-werkzeug
depends = python-six
- source = http://pypi.python.org/packages/source/r/robobrowser/robobrowser-0.5.3.tar.gz
+ source = https://pypi.python.org/packages/source/r/robobrowser/robobrowser-0.5.3.tar.gz
md5sums = 333ad401f4a0b320fa873c78bc5fb64d
pkgname = python-robobrowser
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5fe7e8ee3878
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Ignore downloaded source files
+*.tar.gz
+*.tar.xz
+
+# Ignore packages
+*.pkg.tar.xz
+
+# Ignore log files
+*.log
+
+# Ignore all subdirs
+*/*
diff --git a/PKGBUILD b/PKGBUILD
index df9c5f2db108..cbb82e30873b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Glennie Vignarajah <glennie@glennie.fr>
+# Maintainer: Aetf <aetf at unlimitedcodeworks dot xyz>
+# Contributor: Glennie Vignarajah <glennie@glennie.fr>
pkgname=python-robobrowser
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="RoboBrowser is a simple, Pythonic library for browsing the web without a standalone web browser."
arch=('any')
url="https://github.com/jmcarp/robobrowser"
@@ -10,7 +11,7 @@ license=('MIT')
depends=('python' 'python-requests' 'python-beautifulsoup4' 'python-pip' 'python-werkzeug' 'python-six')
makedepends=('python-setuptools')
checkdepends=('python-nose')
-source=("http://pypi.python.org/packages/source/r/robobrowser/robobrowser-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/r/robobrowser/robobrowser-$pkgver.tar.gz")
md5sums=('333ad401f4a0b320fa873c78bc5fb64d')