makedeb
Markdown renderer for the CLI
Click here to go back to the commit logs for glow-bin.
Hash: e72b57713f440b8ea5fb3498d769208a978a7677
Message: Modifications for mpr
diff --git a/.SRCINFO b/.SRCINFO
index 920cbb6..93d66a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,10 @@ pkgbase = glow-bin
url = https://github.com/charmbracelet/glow
arch = x86_64
license = MIT
- depends = glibc
+ depends = libc6
provides = glow
conflicts = glow
source_x86_64 = https://github.com/charmbracelet/glow/releases/download/v1.4.1/glow_1.4.1_linux_x86_64.tar.gz
sha256sums_x86_64 = ab7b4cf9ae6e20d6c898688c5f33876297f9ef04616cbceff8e0379df9d06321
pkgname = glow-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index c0b3878..65b3b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
+# Maintainer: Canony <canony@protonmail.ch>
+# Contributor: Christian Muehlhaeuser <muesli at gmail dot com>
# Contributor: Stephen Gregoratto <dev@sgregoratto.me>
pkgname=glow-bin
@@ -8,7 +9,7 @@ pkgdesc="Markdown renderer for the CLI"
arch=('x86_64')
url="https://github.com/charmbracelet/${pkgname%-bin}"
license=('MIT')
-depends=('glibc')
+depends=('libc6')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}_linux_x86_64.tar.gz")