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

Filipe Laíns ffy00 at archlinux.org
Sun Jan 24 18:32:02 UTC 2021


    Date: Sunday, January 24, 2021 @ 18:32:02
  Author: ffy00
Revision: 828884

archrelease: copy trunk to community-x86_64

Added:
  znc-clientbuffer/repos/community-x86_64/PKGBUILD
    (from rev 828883, znc-clientbuffer/trunk/PKGBUILD)
Deleted:
  znc-clientbuffer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-24 18:31:58 UTC (rev 828883)
+++ PKGBUILD	2021-01-24 18:32:02 UTC (rev 828884)
@@ -1,28 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=znc-clientbuffer
-pkgver=1.0.48
-pkgrel=1
-pkgdesc='ZNC module for client specific buffers'
-arch=('x86_64')
-url='https://github.com/CyberShadow/znc-clientbuffer'
-license=('Apache')
-depends=('znc')
-makedepends=('cmake' 'python')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('eac4d748b670a8e3563a424fcb5c9c411af6c9b1f9965f065936ddfcfbff946783e34e0d6b32de18fb3b87fb27db129ff58bedfb179473c804750a9b770897f6')
-
-export PREFIX=/usr
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-

Copied: znc-clientbuffer/repos/community-x86_64/PKGBUILD (from rev 828883, znc-clientbuffer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-24 18:32:02 UTC (rev 828884)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=znc-clientbuffer
+pkgver=1.0.48
+pkgrel=2
+pkgdesc='ZNC module for client specific buffers'
+arch=('x86_64')
+url='https://github.com/CyberShadow/znc-clientbuffer'
+license=('Apache')
+depends=('znc')
+makedepends=('cmake' 'python')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('eac4d748b670a8e3563a424fcb5c9c411af6c9b1f9965f065936ddfcfbff946783e34e0d6b32de18fb3b87fb27db129ff58bedfb179473c804750a9b770897f6')
+
+export PREFIX=/usr
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list