[arch-commits] Commit in poke/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Fri Dec 3 13:14:24 UTC 2021
Date: Friday, December 3, 2021 @ 13:14:24
Author: foxboron
Revision: 1064778
archrelease: copy trunk to community-x86_64
Added:
poke/repos/community-x86_64/PKGBUILD
(from rev 1064777, poke/trunk/PKGBUILD)
Deleted:
poke/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 13:14:18 UTC (rev 1064777)
+++ PKGBUILD 2021-12-03 13:14:24 UTC (rev 1064778)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Yunxiang Li <shironeko at waifu.club>
-
-pkgname=poke
-pkgver=1.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')
-source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
-sha256sums=('ba7863034a1b08004b0ee8f88bda94160707e9a781d5556f555b507583cf0f1b'
- '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 1064777, poke/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 13:14:24 UTC (rev 1064778)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Yunxiang Li <shironeko at waifu.club>
+
+pkgname=poke
+pkgver=1.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')
+source=("https://ftp.gnu.org/gnu/poke/poke-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('BDFA5717FC1DD35C2C3832A23EF90523B304AF08')
+sha256sums=('ce054df29560c921230132703ee449fe130b6e25ab03aa6cc796bb401506aa24'
+ '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