summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Milette2018-08-12 17:51:03 -0400
committerCharles Milette2018-08-12 17:51:03 -0400
commit56c6f8a89048d65188e9d131214ef535de002875 (patch)
treefdcf81c77b2a73495523610009650461e88846a1
parentfb4248ad8e20e9260a328acebf0933604f6e88e2 (diff)
downloadaur-pokemon-terminal-git.tar.gz
Update package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c950f684c5c5..52b8ee8ea2c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pokemon-terminal-git
pkgdesc = Pokemon terminal themes
- pkgver = r327.c1c444e
- pkgrel = 2
+ pkgver = r413.09d3429
+ pkgrel = 1
url = https://github.com/LazoCoder/Pokemon-Terminal
arch = any
license = GPL3
@@ -11,8 +11,9 @@ pkgbase = pokemon-terminal-git
makedepends = python-setuptools
makedepends = python
depends = python>=3.6
- depends = python-setuptools
+ depends = python-psutil
optdepends = gnome-shell: support changing GNOME wallpaper
+ optdepends = feh: support changing Openbox and i3 wallpaper
optdepends = terminology: support changing Terminology background
optdepends = tilix: support changing Tilix background
source = https://github.com/LazoCoder/Pokemon-Terminal/archive/master.zip
diff --git a/PKGBUILD b/PKGBUILD
index 4de3c1eaf35d..cb77fdbacd13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_gitname=Pokemon-Terminal
pkgname=pokemon-terminal-git
-pkgver=r327.c1c444e
-pkgrel=2
+pkgver=r413.09d3429
+pkgrel=1
pkgdesc="Pokemon terminal themes"
arch=('any')
url="https://github.com/LazoCoder/$_gitname"
license=('GPL3')
-depends=('python>=3.6' 'python-setuptools')
+depends=('python>=3.6' 'python-psutil')
optdepends=('gnome-shell: support changing GNOME wallpaper'
+ 'feh: support changing Openbox and i3 wallpaper'
'terminology: support changing Terminology background'
'tilix: support changing Tilix background')
makedepends=('git' 'jq' 'curl' 'python-setuptools' 'python')