summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasili Novikov2020-01-02 11:20:17 +0100
committerVasili Novikov2020-01-02 11:20:17 +0100
commit7ac44243ba2040d7f3cc324630614fc1f32638c1 (patch)
tree85f57fe57ed19f5e4d4a69669a9b2bf0b9ec131a
parent6c18d8d0f24058db0e43a5af452dcfa708b41645 (diff)
downloadaur-7ac44243ba2040d7f3cc324630614fc1f32638c1.tar.gz
update to python3, as per upstream
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57314b2d4c1e..70b9026ad816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bambam-git
pkgdesc = A simple baby keyboard masher application.
- pkgver = r48.fcc117a
+ pkgver = r83.6ee374d
pkgrel = 1
url = https://github.com/porridge/bambam
arch = any
license = GPLv3
- depends = python2
- depends = python2-pygame
+ depends = python3
+ depends = python-pygame
source = git+https://github.com/porridge/bambam.git
source = bambam.desktop
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index a2f2043544e0..236731d1bc06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/src/
/pkg/
/bambam/
+/*.pkg.tar*
diff --git a/PKGBUILD b/PKGBUILD
index 4ca2688236af..be7eaf5cc02d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Vasya Novikov <vnnn91@yandex.ru> (replace "nnn" with a single "n")
pkgname=bambam-git
-pkgver=r48.fcc117a
+pkgver=r83.6ee374d
pkgrel=1
pkgdesc="A simple baby keyboard masher application."
arch=('any')
url="https://github.com/porridge/bambam"
license=('GPLv3')
-depends=('python2' 'python2-pygame')
+depends=('python3' 'python-pygame')
source=("git+https://github.com/porridge/bambam.git"
bambam.desktop)
sha256sums=('SKIP'