summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2019-01-05 19:20:58 +1100
committerMatthew Gamble2019-01-05 19:20:58 +1100
commit452885adc3394031db7fc02ef8d9b696d9fdda49 (patch)
treecc83f4fc5601ad502b7cb78c2b021381fba8f1ce /PKGBUILD
parenta1c5467703520a9e40ab3aa2cf500d859e04a699 (diff)
downloadaur-452885adc3394031db7fc02ef8d9b696d9fdda49.tar.gz
Rebuild for python3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"