summaryrefslogtreecommitdiff
path: root/libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch')
-rw-r--r--libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch15
1 files changed, 3 insertions, 12 deletions
diff --git a/libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch b/libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch
index 7378896ba..4f74d7ec4 100644
--- a/libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch
+++ b/libre/pacman/0001-makepkg-treat-pkgrel-more-similarly-to-pkgver.patch
@@ -16,19 +16,10 @@ enforcing /[0-9]+(\.([0-9]+)?/ on a version spec seems silly.
test/util/vercmptest.sh | 23 ++++++++++++++++++++++-
3 files changed, 26 insertions(+), 5 deletions(-)
-diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
+diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc
index e410481..86df1e8 100644
---- a/doc/PKGBUILD.5.txt
-+++ b/doc/PKGBUILD.5.txt
-@@ -48,7 +48,7 @@ similar to `$_basekernver`.
-
- *pkgver*::
- The version of the software as released from the author (e.g., '2.7.1').
-- The variable is not allowed to contain colons or hyphens.
-+ The variable is not allowed to contain colons, hyphens or whitespace.
- +
- The `pkgver` variable can be automatically updated by providing a `pkgver()`
- function in the PKGBUILD that outputs the new package version.
+--- a/doc/PKGBUILD.5.asciidoc
++++ b/doc/PKGBUILD.5.asciidoc
@@ -62,7 +62,7 @@ below).
allows package maintainers to make updates to the package's configure
flags, for example. This is typically set to '1' for each new upstream