[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

Pierre Schmitz pierre at gemini.archlinux.org
Mon Mar 28 15:18:08 UTC 2022


    Date: Monday, March 28, 2022 @ 15:18:08
  Author: pierre
Revision: 440768

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
    (from rev 440767, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 15:18:02 UTC (rev 440767)
+++ PKGBUILD	2022-03-28 15:18:08 UTC (rev 440768)
@@ -1,29 +0,0 @@
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=grml-zsh-config
-pkgver=0.19.1
-pkgrel=1
-pkgdesc="grml's zsh setup"
-arch=('any')
-url='https://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz")
-sha256sums=('c8c42d8469116b403b512b7a5ffc680da98f454951fe26a8e04063ce8f7b99ae')
-
-build() {
-	cd "${srcdir}/grml-etc-core-${pkgver}/doc"
-	make
-}
-
-package() {
-	cd "${srcdir}/grml-etc-core-${pkgver}"
-	install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
-	install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
-	install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
-
-	install -D -m644 doc/grmlzshrc.5 "${pkgdir}/usr/share/man/man5/grmlzshrc.5"
-	ln -sf grmlzshrc.5.gz "${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz"
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 440767, grml-zsh-config/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-28 15:18:08 UTC (rev 440768)
@@ -0,0 +1,29 @@
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=grml-zsh-config
+pkgver=0.19.2
+pkgrel=1
+pkgdesc="grml's zsh setup"
+arch=('any')
+url='https://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=("https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz")
+sha256sums=('6103a9364eac997a1f3a207dc49929e314b3f855b13dcb5c9989b2af5253eea8')
+
+build() {
+	cd "${srcdir}/grml-etc-core-${pkgver}/doc"
+	make
+}
+
+package() {
+	cd "${srcdir}/grml-etc-core-${pkgver}"
+	install -D -m644 etc/skel/.zshrc "${pkgdir}/etc/skel/.zshrc"
+	install -D -m644 etc/zsh/keephack "${pkgdir}/etc/zsh/keephack"
+	install -D -m644 etc/zsh/zshrc "${pkgdir}/etc/zsh/zshrc"
+
+	install -D -m644 doc/grmlzshrc.5 "${pkgdir}/usr/share/man/man5/grmlzshrc.5"
+	ln -sf grmlzshrc.5.gz "${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz"
+}



More information about the arch-commits mailing list