summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-02-08 11:22:45 -0500
committerchrisjbillington2020-02-08 11:22:45 -0500
commitf7bdacbff26ead3c226ebce1e8c6b0c3f6c9cb43 (patch)
treedccc938d67519ed17223a741e0ee8b9cbe8124fe
parent842e6cd05e931e1a54a5c99838b60d7a1901e057 (diff)
downloadaur-python-mercurial.tar.gz
set pkgrel=1 as per makepkg guidelines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 950e2b6585ac..0d52f965445c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mercurial
pkgdesc = Mercurial for python 3 - python modules only
pkgver = 5.3
- pkgrel = 0
+ pkgrel = 1
url = https://www.mercurial-scm.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7110dc6cca58..b70f3557e4f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mercurial
_pkgname=mercurial
pkgver=5.3
-pkgrel=0
+pkgrel=1
pkgdesc='Mercurial for python 3 - python modules only'
arch=(x86_64)
url="https://www.mercurial-scm.org/"