Date: Monday, May 15, 2023 @ 16:39:28
  Author: foxboron
Revision: 1461848

archrelease: copy trunk to community-x86_64

Added:
  poke/repos/community-x86_64/PKGBUILD
    (from rev 1461847, poke/trunk/PKGBUILD)
  poke/repos/community-x86_64/keys/
Deleted:
  poke/repos/community-x86_64/PKGBUILD
  poke/repos/community-x86_64/keys/

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 16:39:20 UTC (rev 1461847)
+++ PKGBUILD    2023-05-15 16:39:28 UTC (rev 1461848)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Yunxiang Li <[email protected]>
-
-pkgname=poke
-pkgver=3.1
-pkgrel=1
-pkgdesc="Interactive, extensible editor for binary data."
-arch=(x86_64)
-url="http://www.jemarch.net/poke.html";
-license=('GPL3')
-depends=('gc' 'readline' 'gettext' 'json-c')
-makedepends=('help2man')
-checkdepends=('dejagnu')
-options=('!lto')
-source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
-sha256sums=('f405a6ba810916ec717000b6fe98ef10cbe549bf0a366b3f81e1f176ff8ff13f'
-            'SKIP')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    # TODO: This vendors two dependencies I think.
-    ./configure --prefix=/usr
-    make
-}
-
-check() {
-    cd "${pkgname}-${pkgver}"
-    make -k check
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}/" install
-}

Copied: poke/repos/community-x86_64/PKGBUILD (from rev 1461847, 
poke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-15 16:39:28 UTC (rev 1461848)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Yunxiang Li <[email protected]>
+
+pkgname=poke
+pkgver=3.2
+pkgrel=1
+pkgdesc="Interactive, extensible editor for binary data."
+arch=(x86_64)
+url="http://www.jemarch.net/poke.html";
+license=('GPL3')
+depends=('gc' 'readline' 'gettext' 'json-c')
+makedepends=('help2man')
+checkdepends=('dejagnu')
+options=('!lto')
+source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
+sha256sums=('758e551dd53a6cce54ec94d8fc21fa4d6b52a27d1c2667206d599ecdc74f0d97'
+            'SKIP')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    # TODO: This vendors two dependencies I think.
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd "${pkgname}-${pkgver}"
+    make -k check
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}/" install
+}

Reply via email to