[arch-commits] Commit in unifdef/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Thu Mar 3 01:43:30 UTC 2022


    Date: Thursday, March 3, 2022 @ 01:43:30
  Author: allan
Revision: 1140162

archrelease: copy trunk to community-x86_64

Added:
  unifdef/repos/community-x86_64/PKGBUILD
    (from rev 1140161, unifdef/trunk/PKGBUILD)
Deleted:
  unifdef/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 01:43:15 UTC (rev 1140161)
+++ PKGBUILD	2022-03-03 01:43:30 UTC (rev 1140162)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=unifdef
-pkgver=2.12
-pkgrel=1
-pkgdesc="Remove #ifdef'ed lines"
-arch=(x86_64)
-url="https://dotat.at/prog/unifdef/"
-license=('GPL')
-depends=()
-source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
-sha256sums=('fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
-  install -m 0755 unifdef "$pkgdir"/usr/bin/
-  install -m 0755 unifdefall.sh "$pkgdir"/usr/bin/unifdefall
-  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 1140161, unifdef/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-03 01:43:30 UTC (rev 1140162)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=unifdef
+pkgver=2.12
+pkgrel=2
+pkgdesc="Remove #ifdef'ed lines"
+arch=(x86_64)
+url="https://dotat.at/prog/unifdef/"
+license=('GPL')
+depends=()
+source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz")
+sha256sums=('fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  install -m 0755 unifdef "$pkgdir"/usr/bin/
+  install -m 0755 unifdefall.sh "$pkgdir"/usr/bin/unifdefall
+  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}



More information about the arch-commits mailing list