summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 08:43:18 +1100
committerPumpkinCheshire2020-12-04 08:43:18 +1100
commitee1be2b25c9ea368573b52b4cbfc77fa67cf1d87 (patch)
treeb86fc9e43aa1c988f06fccb76d9fe4f1f81020bc
parent198146828f3a56b8dfa87b163f64b2b624087ca4 (diff)
downloadaur-ee1be2b25c9ea368573b52b4cbfc77fa67cf1d87.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore15
-rw-r--r--PKGBUILD3
3 files changed, 17 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328bac3f10c0..a4fb1f9a916f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-asks
pkgdesc = Async requests-like httplib for python.
pkgver = 2.4.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theelous3/asks
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..78b3a645e298
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*.log
+*.rpm
+*.deb
+*.tar*
+*.gz
+*.zip
+*.run
+*.whl
+*.AppImage
+*.jar
+*.tgz
+*.pdf
+
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 900de812b871..eda50afd5b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=asks
pkgname=python-asks
pkgver=2.4.12
-pkgrel=1
+pkgrel=2
pkgdesc="Async requests-like httplib for python."
arch=('any')
url="https://github.com/theelous3/asks"
@@ -24,4 +24,3 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 LICENCE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
}
-