diff options
author | Ethan Kerrick | 2023-02-15 22:00:25 -0500 |
---|---|---|
committer | Ethan Kerrick | 2023-02-15 22:00:25 -0500 |
commit | c308954d4f9192ea8850901b42f09ee562095c50 (patch) | |
tree | fe62569b7a7acaaac25fa06742c49b8122a9b774 | |
parent | 24891344506c4ed650bc583629f64ec5f58c7279 (diff) | |
download | aur-c308954d4f9192ea8850901b42f09ee562095c50.tar.gz |
updated to 1.0.9179701
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = guilded pkgdesc = Chat for Gaming Communities - pkgver = 1.0.9161723 + pkgver = 1.0.9179701 pkgrel = 1 url = https://www.guilded.gg/ arch = x86_64 @@ -17,7 +17,8 @@ pkgbase = guilded depends = libsecret depends = libxkbcommon-x11 depends = alsa-lib - source = guilded-1.0.9161723.deb::https://www.guilded.gg/downloads/Guilded-Linux.deb - sha256sums = c6d09d907a78457547978689f95ed5ee76ae933c9b51d537ebf43e3f9fab0947 + depends = libxkbfile + source = guilded-1.0.9179701.deb::https://www.guilded.gg/downloads/Guilded-Linux.deb + sha256sums = 81560333264ad75fcc418979c6378d825321bc077c9061ecd7f3f6e8280d6e35 pkgname = guilded @@ -3,16 +3,16 @@ # Contributor: GI Jack <GI_Jack@hackermail.com> pkgname=guilded -pkgver=1.0.9161723 +pkgver=1.0.9179701 pkgrel=1 pkgdesc="Chat for Gaming Communities" arch=('x86_64') url="https://www.guilded.gg/" license=('custom') depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' - 'util-linux-libs' 'libappindicator-gtk3' 'libsecret' 'libxkbcommon-x11' "alsa-lib") + 'util-linux-libs' 'libappindicator-gtk3' 'libsecret' 'libxkbcommon-x11' "alsa-lib" "libxkbfile") source=("${pkgname}-${pkgver}.deb::https://www.guilded.gg/downloads/Guilded-Linux.deb") -sha256sums=('c6d09d907a78457547978689f95ed5ee76ae933c9b51d537ebf43e3f9fab0947') + sha256sums=('81560333264ad75fcc418979c6378d825321bc077c9061ecd7f3f6e8280d6e35') prepare() { tar Jxvf data.tar.xz |