Date: Tuesday, January 3, 2023 @ 15:32:32
  Author: alucryd
Revision: 465359

archrelease: copy trunk to extra-x86_64

Added:
  zvbi/repos/extra-x86_64/PKGBUILD
    (from rev 465358, zvbi/trunk/PKGBUILD)
  zvbi/repos/extra-x86_64/keys/
Deleted:
  zvbi/repos/extra-x86_64/PKGBUILD
  zvbi/repos/extra-x86_64/keys/

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-03 15:32:17 UTC (rev 465358)
+++ PKGBUILD    2023-01-03 15:32:32 UTC (rev 465359)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Alexander Baldeck <[email protected]>
-# Contributor: dorphell <[email protected]>
-
-pkgname=zvbi
-pkgver=0.2.38
-pkgrel=1
-pkgdesc='VBI capture and decoding library'
-url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome
-arch=(x86_64)
-depends=(
-  libpng
-  libx11
-)
-makedepends=(git)
-license=(
-  BSD
-  GPL2
-  LGPL2.1
-  MIT
-)
-_tag=0ff5e0feebbb0e4b9729bd511b09b35150099c9f
-#source=(git+https://github.com/zapping-vbi/zvbi.git?signed#tag=${_tag})
-source=(git+https://github.com/zapping-vbi/zvbi.git#tag=${_tag})
-b2sums=(SKIP)
-validpgpkeys=(FA26CA784BE188927F22B99F6570EA01146F7354) # Ileana Dumitrescu 
<[email protected]>
-
-prepare() {
-  cd zvbi
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd zvbi
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd zvbi
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd zvbi
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING.md -t "${pkgdir}"/usr/share/licenses/zvbi
-}
-
-# vim: ts=2 sw=2 et:

Copied: zvbi/repos/extra-x86_64/PKGBUILD (from rev 465358, zvbi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-03 15:32:32 UTC (rev 465359)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Alexander Baldeck <[email protected]>
+# Contributor: dorphell <[email protected]>
+
+pkgname=zvbi
+pkgver=0.2.39
+pkgrel=1
+pkgdesc='VBI capture and decoding library'
+url=http://zapping.sourceforge.net/cgi-bin/view/ZVBI/WebHome
+arch=(x86_64)
+depends=(
+  libpng
+  libx11
+)
+makedepends=(git)
+license=(
+  BSD
+  GPL2
+  LGPL2.1
+  MIT
+)
+_tag=d64718e8f4e94a736a7b1d7ba9b32a5b0c14e21e
+#source=(git+https://github.com/zapping-vbi/zvbi.git?signed#tag=${_tag})
+source=(git+https://github.com/zapping-vbi/zvbi.git#tag=${_tag})
+b2sums=(SKIP)
+validpgpkeys=(FA26CA784BE188927F22B99F6570EA01146F7354) # Ileana Dumitrescu 
<[email protected]>
+
+prepare() {
+  cd zvbi
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd zvbi
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd zvbi
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd zvbi
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING.md -t "${pkgdir}"/usr/share/licenses/zvbi
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to