Skip to content

Commit

Permalink
👍 Bump: Bump to latest upstream version
Browse files Browse the repository at this point in the history
On branch main
- Changes to be committed:
  - modified:   .SRCINFO
  - modified:   PKGBUILD
  • Loading branch information
rossclarkartist committed Aug 30, 2022
1 parent 4899090 commit 857bc20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 2022.5.14
pkgver = 2022.8.28
pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
arch = any
Expand Down Expand Up @@ -31,7 +31,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vkd3d
optdepends = vulkan-icd-loader
source = bottles-2022.5.14.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.5.14-trento.tar.gz
sha512sums = 83947ccb69258170c4fbf3594decb6658e8893ed5e4a80fd8cc05319592b89ee984bd0c8d443694dfe7040dbe21f8cd325e6cd50f0d3bd5422fd2a18cfd1fe92
source = bottles-2022.8.28.tar.gz::https://github.com/bottlesdevs/Bottles/archive/refs/tags/2022.8.28-brescia-2.tar.gz
sha512sums = 711b697eaeb85da827ba9f24ee39f7e309ccdf41e8be633bc0b03715eaf5a16fda4994d59b2915db456a05c87ffa2077d1d71906305011e41000d702326992ab

pkgname = bottles
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
# [ToDo]: Add files: Tooling
# [FixMe]: Namcap warnings and errors

# Maintainer: Ross Clark <archiv8@artisteducator.com>
# Contributor: Ross Clark <archiv8@artisteducator.com>
# Maintainer: Ross Clark <https://github.com/orgs/Archiv8/bottles/discussions>
# Contributor: Ross Clark <https://github.com/orgs/Archiv8/bottles/discussions>

_relsuffix="trento"
_relsuffix="brescia-2"

pkgname="bottles"
pkgver=2022.5.14
pkgver=2022.8.28
pkgrel=1
pkgdesc="Easily manage wine and proton prefix"
arch=(
Expand Down Expand Up @@ -67,7 +67,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}-${_relsuffix}.tar.gz"
)
sha512sums=(
"83947ccb69258170c4fbf3594decb6658e8893ed5e4a80fd8cc05319592b89ee984bd0c8d443694dfe7040dbe21f8cd325e6cd50f0d3bd5422fd2a18cfd1fe92"
"711b697eaeb85da827ba9f24ee39f7e309ccdf41e8be633bc0b03715eaf5a16fda4994d59b2915db456a05c87ffa2077d1d71906305011e41000d702326992ab"
)

build() {
Expand Down

0 comments on commit 857bc20

Please sign in to comment.