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

Morten Linderud foxboron at archlinux.org
Sun Mar 21 11:13:27 UTC 2021


    Date: Sunday, March 21, 2021 @ 11:13:27
  Author: foxboron
Revision: 897377

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 11:13:20 UTC (rev 897376)
+++ PKGBUILD	2021-03-21 11:13:27 UTC (rev 897377)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Yunxiang Li <shironeko at waifu.club>
-
-pkgname=poke
-pkgver=1.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')
-source=("https://ftp.gnu.org/gnu/poke/poke-1.0.tar.gz"{,.sig})
-validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
-sha256sums=('de930b8700c0772b3c2cd0d0ca35f50fd3d77bdf82c6251eb516b49e8ca25b0a'
-            '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 897376, poke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 11:13:27 UTC (rev 897377)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Yunxiang Li <shironeko at waifu.club>
+
+pkgname=poke
+pkgver=1.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')
+source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
+sha256sums=('cd68df63c741b4160b12cbea02f27c47158279466e3443930d2535a452c06ad6'
+            '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