summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-01-08 14:42:30 +0100
committerroot2021-01-08 14:42:30 +0100
commit91e39c2ecec756404fda83dd4e593326ccafc83d (patch)
treecaa82b4dc014c3b5f90070f19b2a9b04f750cfa1
parentfd37fb9463958571808641f5f357615bfbba79ae (diff)
downloadaur-91e39c2ecec756404fda83dd4e593326ccafc83d.tar.gz
Added a note on automagic $pkgver update during build.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0419324d6ca..93c81532d136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sip4-sip-provides
- pkgdesc = Metapackage: Depends on 'sip4' and makes 'sip4' provide 'sip'-dependency (with proper $pkgver).
+ pkgdesc = Metapackage: Depends on 'sip4' and makes 'sip4' provide 'sip'-dependency (with $pkgver automatically bumped to the one if the installed 'sip4' during build).
pkgver = 4.19.24
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://archlinux.org/packages/extra/x86_64/sip4/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index cd678d73ba6c..2c56ac609871 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgname="${_pkgname}"
epoch=1
_pkgver=4
pkgver=4.19.24
-pkgrel=1
+pkgrel=2
-pkgdesc="Metapackage: Depends on 'sip4' and makes 'sip4' provide 'sip'-dependency (with proper \$pkgver)."
+pkgdesc="Metapackage: Depends on 'sip4' and makes 'sip4' provide 'sip'-dependency (with \$pkgver automatically bumped to the one if the installed 'sip4' during build)."
url="https://archlinux.org/packages/extra/x86_64/sip4/"
license=('custom: public domain.')