summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmic Horror2023-05-10 17:11:29 -0600
committerCosmic Horror2023-05-10 17:11:29 -0600
commitf709bdc6e9f9d05c10c88a43296a30c359608bf1 (patch)
tree5ddb7e3c472ac6523828770a2d892b67d4914f41
parent02214b54ae7e8ed48122cf73d6209003cf12d013 (diff)
downloadaur-f709bdc6e9f9d05c10c88a43296a30c359608bf1.tar.gz
upgpkg: inlyne-bin 0.3.1-1
upstream release Update inlyne-bin to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f650ba45733..c30dff5b8e91 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.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/trimental/inlyne
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = inlyne-bin
depends = openssl
provides = inlyne
conflicts = inlyne
- source = https://github.com/trimental/inlyne/releases/download/v0.3.0/inlyne-v0.3.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 9f53f7b20cf94d10a3fc2aa53bce3927dd7dbee29512c28450d92284dd50b930
+ source = https://github.com/trimental/inlyne/releases/download/v0.3.1/inlyne-v0.3.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 74e0a4180f42b2ff7a35015340a41c2711089d13871cf7f2ce666d3a028f7bf1
pkgname = inlyne-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17f354028652..ac07b1ab33b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CosmicHorror <CosmicHorrorDev@pm.me>
pkgname=inlyne-bin
-pkgver=0.3.0
+pkgver=0.3.1
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)
@@ -11,7 +11,7 @@ source=("$url/releases/download/v$pkgver/inlyne-v$pkgver-x86_64-unknown-linux-gn
depends=(fontconfig gcc-libs freetype2 libxcursor libxi libxrandr oniguruma openssl)
conflicts=('inlyne')
provides=('inlyne')
-sha256sums=('9f53f7b20cf94d10a3fc2aa53bce3927dd7dbee29512c28450d92284dd50b930')
+sha256sums=('74e0a4180f42b2ff7a35015340a41c2711089d13871cf7f2ce666d3a028f7bf1')
package() {
cd "$srcdir/inlyne-v$pkgver-x86_64-unknown-linux-gnu"