diff options
author | Mark Wagie | 2023-03-18 09:10:02 -0600 |
---|---|---|
committer | Mark Wagie | 2023-03-18 09:10:02 -0600 |
commit | 63efa60b91e613dc789246db2201fa74213077a3 (patch) | |
tree | 1eed69086133f157228d143a6890f9411f7afd94 | |
parent | 8206b06eb7bf2314967b806a937b8b68fa9ae073 (diff) | |
download | aur-63efa60b91e613dc789246db2201fa74213077a3.tar.gz |
0.16.0-1
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 14 insertions, 12 deletions
@@ -1,6 +1,6 @@ pkgbase = ludusavi pkgdesc = Backup tool for PC game saves - pkgver = 0.15.2 + pkgver = 0.16.0 pkgrel = 1 url = https://github.com/mtkennerly/ludusavi arch = x86_64 @@ -8,14 +8,16 @@ pkgbase = ludusavi makedepends = cargo makedepends = git makedepends = libx11 + makedepends = libxcb makedepends = python - depends = gcc-libs - depends = libxcb + depends = bzip2 depends = fontconfig + depends = gcc-libs + depends = hicolor-icon-theme options = !lto - source = ludusavi-0.15.2.tar.gz::https://github.com/mtkennerly/ludusavi/archive/v0.15.2.tar.gz - source = https://github.com/mtkennerly/ludusavi/releases/download/v0.15.2/ludusavi-v0.15.2-legal.zip - sha256sums = 8f25afd273290d3bdc5d9ddc96063c602a0b2e2c52cb283b331f86e05e8fad10 - sha256sums = b106be62d9c2233058aaaa3cd405f03b9b417b5412fb146702d4d53d2b8a075d + source = ludusavi-0.16.0.tar.gz::https://github.com/mtkennerly/ludusavi/archive/v0.16.0.tar.gz + source = https://github.com/mtkennerly/ludusavi/releases/download/v0.16.0/ludusavi-v0.16.0-legal.zip + sha256sums = c89a08334e524605c6a38bec94341b286115676f85d7a33b6a38200c00a158dc + sha256sums = 432959d9049528cf6ae0a19274426b249fe6944147e388cdedb746be7977a57d pkgname = ludusavi @@ -1,19 +1,19 @@ # Maintainer: Mark Wagie <mark dot wagie at tutanota dot com> # Contributor: Dimitris Kiziridis <ragouel at outlook dot com> pkgname=ludusavi -pkgver=0.15.2 +pkgver=0.16.0 pkgrel=1 pkgdesc="Backup tool for PC game saves" arch=('x86_64') url="https://github.com/mtkennerly/ludusavi" license=('MIT') -depends=('gcc-libs' 'libxcb' 'fontconfig') -makedepends=('cargo' 'git' 'libx11' 'python') +depends=('bzip2' 'fontconfig' 'gcc-libs' 'hicolor-icon-theme') +makedepends=('cargo' 'git' 'libx11' 'libxcb' 'python') options=('!lto') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" "$url/releases/download/v$pkgver/$pkgname-v$pkgver-legal.zip") -sha256sums=('8f25afd273290d3bdc5d9ddc96063c602a0b2e2c52cb283b331f86e05e8fad10' - 'b106be62d9c2233058aaaa3cd405f03b9b417b5412fb146702d4d53d2b8a075d') +sha256sums=('c89a08334e524605c6a38bec94341b286115676f85d7a33b6a38200c00a158dc' + '432959d9049528cf6ae0a19274426b249fe6944147e388cdedb746be7977a57d') prepare() { cd "$pkgname-$pkgver" |