summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2019-01-05 19:20:58 +1100
committerMatthew Gamble2019-01-05 19:20:58 +1100
commit452885adc3394031db7fc02ef8d9b696d9fdda49 (patch)
treecc83f4fc5601ad502b7cb78c2b021381fba8f1ce
parenta1c5467703520a9e40ab3aa2cf500d859e04a699 (diff)
downloadaur-452885adc3394031db7fc02ef8d9b696d9fdda49.tar.gz
Rebuild for python3.7
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0de8902d032a..567c0ecc8316 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 00:46:57 UTC 2017
+# Sat Jan 5 08:20:47 UTC 2019
pkgbase = python-idiotscript
pkgdesc = An easier, less powerful alternative to regular expressions
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/djmattyg007/IdiotScript
arch = any
license = Unlicense
makedepends = python-setuptools
depends = python
source = https://github.com/djmattyg007/IdiotScript/archive/1.1.1.zip
- sha256sums = c92ebfab3e3259eecafa0e3109b72fe7e713ab1dbae098175e72a923d439ae76
+ sha256sums = 38016ff7734ba9f0f82bdb34076995ac96960f33ec98608907ad18ae0c2b08c2
pkgname = python-idiotscript
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3d2a2a437d79
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+*.pkg.tar.xz
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 20741aa24f3d..69dad2fc502b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-idiotscript
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="An easier, less powerful alternative to regular expressions"
arch=("any")
url="https://github.com/djmattyg007/IdiotScript"
license=("Unlicense")
depends=("python")
makedepends=("python-setuptools")
-source=("https://github.com/djmattyg007/IdiotScript/archive/$pkgver.zip")
-sha256sums=("c92ebfab3e3259eecafa0e3109b72fe7e713ab1dbae098175e72a923d439ae76")
+source=("https://github.com/djmattyg007/IdiotScript/archive/${pkgver}.zip")
+sha256sums=("38016ff7734ba9f0f82bdb34076995ac96960f33ec98608907ad18ae0c2b08c2")
package() {
cd "IdiotScript-${pkgver}"