summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7004993b15ad..544da46e1662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = help2man-git
pkgdesc = Tool for generating manual pages from program output
- pkgver = 1.47.13.r0.gfbec3d0
+ pkgver = 1.49.3.r0.g0503f54
pkgrel = 1
url = https://www.gnu.org/software/help2man/
arch = i686
@@ -10,10 +10,9 @@ pkgbase = help2man-git
makedepends = gettext
makedepends = po4a
depends = perl-locale-gettext
- provides = help2man
+ provides = help2man=1.49.3.r0.g0503f54
conflicts = help2man
source = git+https://salsa.debian.org/bod/help2man.git
sha256sums = SKIP
pkgname = help2man-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d25ba58b0e3f..50df88a12f6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=help2man-git
-pkgver=1.47.13.r0.gfbec3d0
+pkgver=1.49.3.r0.g0503f54
pkgrel=1
pkgdesc="Tool for generating manual pages from program output"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.gnu.org/software/help2man/"
license=('GPL')
depends=('perl-locale-gettext')
makedepends=('git' 'gettext' 'po4a')
-provides=('help2man')
+provides=("help2man=$pkgver")
conflicts=('help2man')
source=("git+https://salsa.debian.org/bod/help2man.git")
sha256sums=('SKIP')