summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Manfredi2018-10-31 21:32:02 -0300
committerFernando Manfredi2018-10-31 21:32:02 -0300
commitf4f4bb1c51ac3497e2d9c56e24f72fcc825e31ad (patch)
treefcaeb8fe34a8972411485ae2fc90f3655991a498 /PKGBUILD
parent0ba9b2b2f13dee04ab3ccc64af44e36ae32adaa1 (diff)
downloadaur-f4f4bb1c51ac3497e2d9c56e24f72fcc825e31ad.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1c2cccb5bd4..dc236d7ae80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Acidhub <dev@acidhub.click>
pkgname=steam-tools-ng
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="Some useful tools for use with Steam client and some steam related websites."
arch=('any')
@@ -10,7 +10,7 @@ depends=('python>=3.7' 'python-aiohttp' 'python-gobject' 'stlib' 'stlib-plugins-
makedepends=('python-setuptools' 'python-certifi')
license=('GPL')
source=("https://github.com/ShyPixie/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('d8a99552c1f3b2900359313c737b230bb4a5af5b4478a13ae28a18e217b2b71a')
+sha256sums=('c488060f503d2470d8b63b7ea092f94ed4d03bbaf0f16055f476e78615f482b5')
build() {
cd $pkgname-$pkgver