summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Milette2017-11-05 12:08:55 -0500
committerCharles Milette2017-11-05 12:08:55 -0500
commitfb4248ad8e20e9260a328acebf0933604f6e88e2 (patch)
treea041a908947e34e40fcea558ea93aa4e93975333
parent3368288f8ae4884e2b0caf7d8f1c1f9291145356 (diff)
downloadaur-fb4248ad8e20e9260a328acebf0933604f6e88e2.tar.gz
Update deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15581690628a..c950f684c5c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pokemon-terminal-git
pkgdesc = Pokemon terminal themes
pkgver = r327.c1c444e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/LazoCoder/Pokemon-Terminal
arch = any
license = GPL3
@@ -9,7 +9,8 @@ pkgbase = pokemon-terminal-git
makedepends = jq
makedepends = curl
makedepends = python-setuptools
- depends = python>=3.5
+ makedepends = python
+ depends = python>=3.6
depends = python-setuptools
optdepends = gnome-shell: support changing GNOME wallpaper
optdepends = terminology: support changing Terminology background
diff --git a/PKGBUILD b/PKGBUILD
index a653c036a653..4de3c1eaf35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_gitname=Pokemon-Terminal
pkgname=pokemon-terminal-git
pkgver=r327.c1c444e
-pkgrel=1
+pkgrel=2
pkgdesc="Pokemon terminal themes"
arch=('any')
url="https://github.com/LazoCoder/$_gitname"
license=('GPL3')
-depends=('python>=3.5' 'python-setuptools')
+depends=('python>=3.6' 'python-setuptools')
optdepends=('gnome-shell: support changing GNOME wallpaper'
'terminology: support changing Terminology background'
'tilix: support changing Tilix background')
-makedepends=('git' 'jq' 'curl' 'python-setuptools')
+makedepends=('git' 'jq' 'curl' 'python-setuptools' 'python')
source=("https://github.com/LazoCoder/$_gitname/archive/master.zip" "get-commit-count.sh")
sha256sums=('SKIP' '714f2e21a5b77d8b72d6f75da1f1c2fac93f15e2ddd3829a3fbd6dc7307779d0')