summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1503daf5c9e..b0339d5a767e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = poke-git
+pkgbase = gnu-poke-git
pkgdesc = Interactive, extensible editor for binary data.
pkgver = r3085.bb2998d4
pkgrel = 1
@@ -9,8 +9,8 @@ pkgbase = poke-git
depends = gc
depends = readline
provides = poke
- source = poke-git::git+https://git.savannah.gnu.org/git/poke.git
+ source = gnu-poke-git::git+https://git.savannah.gnu.org/git/poke.git
sha256sums = SKIP
-pkgname = poke-git
+pkgname = gnu-poke-git
diff --git a/.gitignore b/.gitignore
index c3a73ab5578c..10b24eb1e31c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.tar.zst
*.tar.xz
*.tar.gz
-/poke-git/
+/gnu-poke-git
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index ba81f1a972a0..3ed4f25e0a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: tleydxdy <shironeko@waifu.club>
-pkgname=poke-git
+pkgname=gnu-poke-git
pkgver=r3085.bb2998d4
pkgrel=1
pkgdesc="Interactive, extensible editor for binary data."
@@ -23,16 +23,16 @@ build() {
cd "$pkgname"
./bootstrap --skip-po
mkdir build && cd build
- ../configure --prefix=/usr
- make
+ ../configure --prefix=/usr
+ make
}
check() {
cd "$pkgname/build"
- make -k check
+ make -k check
}
package() {
cd "$pkgname/build"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir/" install
}