summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisjbillington2020-02-08 14:50:32 -0500
committerchrisjbillington2020-02-08 14:50:32 -0500
commit9ea269be9a87fcb05ff48a48bd474c73e169ff66 (patch)
tree1cc39ab48aae3a1133077bda723090c994386702
parente5b8940a163bf9ab01aa875d70b6269928d09346 (diff)
downloadaur-9ea269be9a87fcb05ff48a48bd474c73e169ff66.tar.gz
new commit to recreate deleted AUR package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da45d8108021..a1d7b2a99c1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mercurial-python3
pkgdesc = A scalable distributed SCM tool - built with Python 3
pkgver = 5.3
- pkgrel = 1
+ pkgrel = 2
url = https://www.mercurial-scm.org/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 91828b3c57b5..1417ecb880e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mercurial-python3
_pkgname=mercurial
pkgver=5.3
-pkgrel=1
+pkgrel=2
pkgdesc='A scalable distributed SCM tool - built with Python 3'
arch=(x86_64)
url="https://www.mercurial-scm.org/"