summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8adf94acda9a..2376c417607f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steam-wrapper
pkgdesc = Steam wrapper for common operations
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/pyamsoft/steam-wrapper
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = steam-wrapper
optdepends = steam-native-runtime: Native runtime library support
provides = steam-wrapper
conflicts = steam-wrapper
- source = https://github.com/pyamsoft/steam-wrapper/archive/0.6.0.tar.gz
- sha256sums = 9d77cd58a5458a8391965934d6dde232f80fe4dca06818ee4337752331bc2c57
+ source = https://github.com/pyamsoft/steam-wrapper/archive/0.7.0.tar.gz
+ sha256sums = 96751a662425fd4c25474f55a6928c39acc9483d75e928ea31b595ff45615734
pkgname = steam-wrapper
diff --git a/PKGBUILD b/PKGBUILD
index 2c8954775e17..37a1c47a52e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=steam-wrapper
# shellcheck disable=SC2034
pkgdesc="Steam wrapper for common operations"
# shellcheck disable=SC2034
-pkgver=0.6.0
+pkgver=0.7.0
# shellcheck disable=SC2034
-pkgrel=2
+pkgrel=1
# shellcheck disable=SC2034
arch=('i686' 'x86_64')
# shellcheck disable=SC2034
@@ -26,7 +26,7 @@ url="https://github.com/pyamsoft/${pkgname}"
# shellcheck disable=SC2034
source=("$url/archive/${pkgver}.tar.gz")
# shellcheck disable=SC2034
-sha256sums=('9d77cd58a5458a8391965934d6dde232f80fe4dca06818ee4337752331bc2c57')
+sha256sums=('96751a662425fd4c25474f55a6928c39acc9483d75e928ea31b595ff45615734')
package() {
# shellcheck disable=SC2154