summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2019-01-08 21:28:38 -0200
committerFernando Manfredi2019-01-08 21:28:38 -0200
commit1291a83a6031e70f6ad5227615397a7e338dc8b5 (patch)
tree8b48f0525fb220fe11da8dc86d01858180a6e9a5
parent5875f8049f9d7985e96bb3b2abc826e82e6abe67 (diff)
downloadaur-1291a83a6031e70f6ad5227615397a7e338dc8b5.tar.gz
Bump to newest
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78a9d8d280e..b99052644962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stlib
pkgdesc = Async library that provides features related to Steam client and compatible stuffs
- pkgver = 0.9.1
+ pkgver = 0.12
pkgrel = 1
url = https://github.com/ShyPixie/stlib
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = stlib
depends = python-beautifulsoup4
depends = python-rsa
optdepends = stlib-plugins-git: A set of official plugins for stlib
- source = https://github.com/ShyPixie/stlib/archive/v0.9.1.tar.gz
+ source = https://github.com/ShyPixie/stlib/archive/v0.12.tar.gz
source = steamworks_sdk_142.zip::file://steamworks_sdk_142.zip
- sha256sums = ae9a44fa527bc45a143d3363a095a655c70dcc3a27c1ade8bbc47410e04d5622
+ sha256sums = 35fa857393354fc3949b2d4dfff464ed682964ba29677fc0669895873b783f22
sha256sums = 7695f8e183bef16dc2e663ffbdfad2248ae266bce8ff42066a3e88e1d54f0f42
pkgname = stlib
diff --git a/PKGBUILD b/PKGBUILD
index 4747387258b4..47c711364a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Acidhub <dev@acidhub.click>
pkgname=stlib
-pkgver=0.9.1
+pkgver=0.12
pkgrel=1
pkgdesc="Async library that provides features related to Steam client and compatible stuffs"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'gcc' 'unzip')
license=('GPL')
source=("https://github.com/ShyPixie/$pkgname/archive/v$pkgver.tar.gz"
'steamworks_sdk_142.zip::file://steamworks_sdk_142.zip')
-sha256sums=('ae9a44fa527bc45a143d3363a095a655c70dcc3a27c1ade8bbc47410e04d5622'
+sha256sums=('35fa857393354fc3949b2d4dfff464ed682964ba29677fc0669895873b783f22'
'7695f8e183bef16dc2e663ffbdfad2248ae266bce8ff42066a3e88e1d54f0f42')
prepare() {