summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmic Horror2024-04-06 11:33:18 -0600
committerCosmic Horror2024-04-06 11:33:18 -0600
commit9a9e9fd0713b2b024f466b8f5898401a9033570a (patch)
tree3a41f0ebc282417735323bf1ceb5dddb66766930
parent0a70d5921d5d53c2f99bfc14a5da625470245f4b (diff)
downloadaur-9a9e9fd0713b2b024f466b8f5898401a9033570a.tar.gz
upgpkg: inlyne-bin 0.4.2-1
upstream release Update inlyne-bin to v0.4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 819b933d642c..a4241390850b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inlyne-bin
pkgdesc = A GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/Inlyne-Project/inlyne
arch = x86_64
@@ -11,11 +11,10 @@ pkgbase = inlyne-bin
depends = libxcursor
depends = libxi
depends = libxrandr
- depends = oniguruma
depends = openssl
provides = inlyne
conflicts = inlyne
- source = https://github.com/Inlyne-Project/inlyne/releases/download/v0.4.1/inlyne-v0.4.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = aa1352a41b6be4140ef3d72bb59ef07652c1a16c902e50c889d9341bdbf5dec0
+ source = https://github.com/Inlyne-Project/inlyne/releases/download/v0.4.2/inlyne-v0.4.2-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = c79833798309aa0a29944ae37a627c2b90da4e7fbb7f7821cbfac1b630118398
pkgname = inlyne-bin
diff --git a/PKGBUILD b/PKGBUILD
index e2dfbac8ecda..09609f3658ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: CosmicHorror <CosmicHorrorDev@pm.me>
pkgname=inlyne-bin
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc='A GPU powered yet browserless tool to help you quickly view markdown files in the blink of an eye'
arch=(x86_64)
url="https://github.com/Inlyne-Project/inlyne"
license=(MIT)
source=("$url/releases/download/v$pkgver/inlyne-v$pkgver-x86_64-unknown-linux-gnu.tar.gz")
-depends=(fontconfig gcc-libs freetype2 libxcursor libxi libxrandr oniguruma openssl)
+depends=(fontconfig gcc-libs freetype2 libxcursor libxi libxrandr openssl)
conflicts=('inlyne')
provides=('inlyne')
-sha256sums=('aa1352a41b6be4140ef3d72bb59ef07652c1a16c902e50c889d9341bdbf5dec0')
+sha256sums=('c79833798309aa0a29944ae37a627c2b90da4e7fbb7f7821cbfac1b630118398')
package() {
cd "$srcdir/inlyne-v$pkgver-x86_64-unknown-linux-gnu"