Skip to content

Commit

Permalink
upgpkg: stevenarella-git r972.g45f9cd4-4
Browse files Browse the repository at this point in the history
Add another missing dependency

Signed-off-by: txtsd <code@ihavea.quest>
  • Loading branch information
txtsd committed Oct 20, 2023
1 parent 4331ef1 commit d7015a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion stevenarella-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
pkgbase = stevenarella-git
pkgdesc = Multi-protocol Minecraft-compatible client written in Rust
pkgver = r972.g45f9cd4
pkgrel = 3
pkgrel = 4
url = https://github.com/iceiix/stevenarella
arch = x86_64
license = APACHE
license = MIT
makedepends = git
makedepends = cmake
makedepends = fontconfig
depends = openssl
depends = rust
depends = xcb-util
Expand Down
4 changes: 2 additions & 2 deletions stevenarella-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
pkgname=stevenarella-git
_pkgname=stevenarella
pkgver=r972.g45f9cd4
pkgrel=3
pkgrel=4
pkgdesc='Multi-protocol Minecraft-compatible client written in Rust'
arch=('x86_64')
url='https://github.com/iceiix/stevenarella'
license=('APACHE' 'MIT')
depends=('openssl' 'rust' 'xcb-util')
makedepends=('git' 'cmake')
makedepends=('git' 'cmake' 'fontconfig')
source=("git+https://github.com/iceiix/stevenarella.git")
sha512sums=('SKIP')

Expand Down

0 comments on commit d7015a9

Please sign in to comment.