Date: Saturday, February 11, 2023 @ 18:30:39
Author: foxboron
Revision: 1399835
archrelease: copy trunk to community-x86_64
Added:
poke/repos/community-x86_64/PKGBUILD
(from rev 1399834, 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-02-11 18:30:29 UTC (rev 1399834)
+++ PKGBUILD 2023-02-11 18:30:39 UTC (rev 1399835)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: Yunxiang Li <[email protected]>
-
-pkgname=poke
-pkgver=2.4
-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' 'debug')
-source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
-sha256sums=('841e285917c6738ce982a6930e30ebeadecfb0655a79d9184f16f876a9fe6e47'
- '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 1399834,
poke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-11 18:30:39 UTC (rev 1399835)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: Yunxiang Li <[email protected]>
+
+pkgname=poke
+pkgver=3.0
+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=('79a9b2f33c9f8c327c499afadaeeabfeecf6ad4988924d2c6c6f317e50317add'
+ '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
+}