summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti2023-08-12 20:17:03 +0300
committerAntti2023-08-12 20:17:03 +0300
commit191cb4b2125666e1b5c6be3c8030bce8b3a80f19 (patch)
tree1dca03807053ce8735ce2836b0a1e3ed823c2301
parent51785eec0553406e20425bd8574fbbe1ba395d29 (diff)
downloadaur-191cb4b2125666e1b5c6be3c8030bce8b3a80f19.tar.gz
some depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae19fce7cec8..b14dc4b25178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = modrinth-app-bin
pkgdesc = An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://modrinth.com/app
arch = x86_64
license = GPL3
+ depends = webkit2gtk
+ depends = openssl-1.1
provides = modrinth-app
conflicts = modrinth-app
conflicts = modrinth-app-git
diff --git a/PKGBUILD b/PKGBUILD
index 7c1dc5d3d0e5..ce94d31bd8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=modrinth-app-bin
pkgver=0.5.0
_projectver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.'
url='https://modrinth.com/app'
arch=('x86_64')
license=('GPL3')
+depends=('webkit2gtk' 'openssl-1.1')
provides=('modrinth-app')
conflicts=('modrinth-app' 'modrinth-app-git')
source=("https://launcher-files.modrinth.com/versions/$_projectver/linux/modrinth-app_${pkgver}_amd64.deb")