summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2017-10-09 06:49:35 -0400
committerbrent s2017-10-09 06:49:35 -0400
commitcf156f125e61b50f82536aea2acfdc622e6bc207 (patch)
tree47b6756d48ac4a469de9951b5175917831ea151f
parentd168fa38020931120ec151136c813177f4155e8d (diff)
downloadaur-cf156f125e61b50f82536aea2acfdc622e6bc207.tar.gz
oops
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa85683cc8ab..095a4b7c807f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 11:27:34 UTC 2017
+# Mon Oct 9 10:49:35 UTC 2017
pkgbase = python-steamodd
pkgdesc = Python module for working with Steam's API
pkgver = 4.21
- pkgrel = 1
+ pkgrel = 2
url = https://steamodd.readthedocs.io/en/latest/
arch = i686
arch = x86_64
@@ -21,3 +21,6 @@ pkgbase = python-steamodd
pkgname = python-steamodd
depends = python
+pkgname = python2-steamodd
+ depends = python
+
diff --git a/PKGBUILD b/PKGBUILD
index e6cd5e064def..0e617eedb231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3
# News updates for packages can be followed at https://devblog.square-r00t.net
-pkgname=python-steamodd
+pkgname=('python-steamodd' 'python2-steamodd')
pkgver=4.21
-pkgrel=1
+pkgrel=2
pkgdesc="Python module for working with Steam's API"
arch=( 'i686' 'x86_64' )
url="https://steamodd.readthedocs.io/en/latest/"