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

Felix Yan felixonmars at archlinux.org
Wed May 19 12:52:07 UTC 2021


    Date: Wednesday, May 19, 2021 @ 12:52:07
  Author: felixonmars
Revision: 936428

archrelease: copy trunk to community-x86_64

Added:
  batctl/repos/community-x86_64/PKGBUILD
    (from rev 936427, batctl/trunk/PKGBUILD)
Deleted:
  batctl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-19 12:51:56 UTC (rev 936427)
+++ PKGBUILD	2021-05-19 12:52:07 UTC (rev 936428)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
-
-pkgname=batctl
-pkgver=2021.0
-_advver=$pkgver
-pkgrel=1
-pkgdesc='B.A.T.M.A.N. advanced control and management tool'
-arch=('x86_64')
-url='http://www.open-mesh.net/'
-license=('GPL')
-depends=('libnl')
-source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
-sha512sums=('87a773667377826d2d7fcdc16d2b34f61e3d02ed8303617bf33f5ef9d5a9c46cfe6bfe560ff8899c45290ce3e8581ddf798991590f48ba3e70b2e0e07f7a8e69'
-            'SKIP')
-validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
-
-build(){
-  cd batctl-$pkgver
-  make
-}
-
-package() {
-  cd batctl-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
-}

Copied: batctl/repos/community-x86_64/PKGBUILD (from rev 936427, batctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-19 12:52:07 UTC (rev 936428)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
+
+pkgname=batctl
+pkgver=2021.1
+_advver=$pkgver
+pkgrel=1
+pkgdesc='B.A.T.M.A.N. advanced control and management tool'
+arch=('x86_64')
+url='http://www.open-mesh.net/'
+license=('GPL')
+depends=('libnl')
+source=("http://downloads.open-mesh.net/batman/releases/batman-adv-$_advver/batctl-$pkgver.tar.gz"{,.asc})
+sha512sums=('542343db3fb7d8f773656d9049285816359b0c94d7b26f26d5993209cae561b4b62442eef919b65bc46e0d8d23b10afd2f3d8c4beb2841641fffc643f65d8de6'
+            'SKIP')
+validpgpkeys=('2DE9541A85CC87D5D9836D5E0C8A47A2ABD72DF9')  # Simon Wunderlich
+
+build(){
+  cd batctl-$pkgver
+  make
+}
+
+package() {
+  cd batctl-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr SBINDIR=/usr/bin install
+}



More information about the arch-commits mailing list