summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelixoid2018-02-18 14:58:43 +0100
committerfelixoid2018-02-18 14:58:43 +0100
commitee2b73c23e5a9de63b3ba85e1c0721658172d41a (patch)
tree4aa5d8bae8ea95e3168b6b31cebbab96f83e1746 /PKGBUILD
parent2f88886cbd2fa9c1052261b5264f2418feff324d (diff)
downloadaur-ee2b73c23e5a9de63b3ba85e1c0721658172d41a.tar.gz
Fix pkgrel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d2fccca9683..cab6dbcaddfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _name=schema
pkgbase="python-$_name"
pkgname=("python2-$_name" "python-$_name")
pkgver=0.6.7
-pkgrel=2
+pkgrel=1
pkgdesc='Python module to validate and convert data structures.'
arch=('any')
url="https://github.com/keleshev/$_name"