makedeb
Wayland terminal emulator - fast, lightweight and minimalistic
Click here to go back to the commit logs for foot-bin.
Hash: a376cb7c2f396aa68e8994657c557ebbf6794c8d
Message: initial commit
diff --git a/.SRCINFO b/.SRCINFO
index 3e6c55e..8c5734d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
generated-by = makedeb-makepkg
-pkgbase = foot
+pkgbase = foot-bin
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
pkgver = 1.9.2
pkgrel = 1
@@ -28,6 +28,6 @@ pkgbase = foot
provides = foot-bin
conflicts = foot-bin
source = foot-1.9.2.tar.gz::https://codeberg.org/dnkl/foot/archive/1.9.2.tar.gz
- sha256sums = 5859d8d7293da4c7c52f45a9756fc7989edc364057e8b86b4e1fbea7bc2b4009
+ sha512sums = 8b14443c7be64f333a46e9aa444e64b599c5e77b622545ebdad8162dc2b50c0fa0f7d48ff369b36ec792ba64ad321b82b887e4366b5a87efb475dc64b4b98c43
-pkgname = foot
+pkgname = foot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 91fcf49..edbcc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
PGO=auto
+pkgname='foot-bin'
pkgdesc="Wayland terminal emulator - fast, lightweight and minimalistic"
-pkgname='foot'
+_pkgname='foot'
pkgver=1.9.2
pkgrel=1
arch=('x86_64' 'aarch64')
@@ -17,8 +18,8 @@ conflicts=('foot-bin')
optdepends=('libnotify: desktop notifications'
'xdg-utils: URI launching'
'bash-completion: bash completions for foot itself')
-source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('5859d8d7293da4c7c52f45a9756fc7989edc364057e8b86b4e1fbea7bc2b4009')
+source=(${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha512sums=('8b14443c7be64f333a46e9aa444e64b599c5e77b622545ebdad8162dc2b50c0fa0f7d48ff369b36ec792ba64ad321b82b887e4366b5a87efb475dc64b4b98c43')
build() {
cd foot
@@ -33,7 +34,7 @@ check() {
package() {
cd foot
DESTDIR="${pkgdir}/" ninja -C build install
- install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
# Select PGO (Performance Guided Optimizations) build type.