summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLara Maia2019-09-21 18:31:50 -0300
committerLara Maia2019-09-21 18:35:28 -0300
commit01c5bfc42612bff810c0842819786f80cbd4c143 (patch)
tree45e5a1eb342c832b86b03dde72ba88538ba0b74d
parent9d41e88fd5de00a48ef1e9ba4849a03e9ea56c33 (diff)
downloadaur-stlib.tar.gz
fix srcinfo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b99052644962..4a9f45ba5c47 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.12
+ pkgver = 0.12.1
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.12.tar.gz
+ source = https://github.com/ShyPixie/stlib/archive/v0.12.1.tar.gz
source = steamworks_sdk_142.zip::file://steamworks_sdk_142.zip
- sha256sums = 35fa857393354fc3949b2d4dfff464ed682964ba29677fc0669895873b783f22
+ sha256sums = d0b6c10f146490cc171261a895854fe14a7ca2156c739aa0ab829eddf0d1e95b
sha256sums = 7695f8e183bef16dc2e663ffbdfad2248ae266bce8ff42066a3e88e1d54f0f42
pkgname = stlib
diff --git a/PKGBUILD b/PKGBUILD
index 8f8840a1aaf2..51500c0a9885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ optdepends=('stlib-plugins-git: A set of official plugins for stlib')
makedepends=('python-setuptools' 'gcc' 'unzip')
license=('GPL')
source=("https://github.com/ShyPixie/$pkgname/archive/v$pkgver.tar.gz"
- 'steamworks_sdk_142.zip')
+ 'steamworks_sdk_142.zip::file://steamworks_sdk_142.zip')
sha256sums=('d0b6c10f146490cc171261a895854fe14a7ca2156c739aa0ab829eddf0d1e95b'
'7695f8e183bef16dc2e663ffbdfad2248ae266bce8ff42066a3e88e1d54f0f42')