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

Morten Linderud foxboron at gemini.archlinux.org
Sun Apr 3 12:28:38 UTC 2022


    Date: Sunday, April 3, 2022 @ 12:28:37
  Author: foxboron
Revision: 1180984

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-03 12:28:30 UTC (rev 1180983)
+++ PKGBUILD	2022-04-03 12:28:37 UTC (rev 1180984)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Yunxiang Li <shironeko at waifu.club>
-
-pkgname=poke
-pkgver=2.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' 'debug')
-source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
-sha256sums=('c45ea4e71a51a2185367385c01ceb97596ec5b71033869bec4a60b1cb7225903'
-            '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 1180983, poke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-03 12:28:37 UTC (rev 1180984)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Yunxiang Li <shironeko at waifu.club>
+
+pkgname=poke
+pkgver=2.3
+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=('3690cf1116da7cb3a9ec6b4f7003e253e268b510212a288fd38aafed0ebcc766'
+            '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
+}



More information about the arch-commits mailing list