summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Angel Useche Castro2018-01-08 09:36:39 -0400
committerMiguel Angel Useche Castro2018-01-08 09:36:39 -0400
commitd8317d8194cb066a164db54cc91d6d5e85d94ac1 (patch)
treed36a833ed1e907d9b0834ff2afb30c18e726b567
parent63d81464eea3cbed961a38f2bc64da8bae97353c (diff)
downloadaur-d8317d8194cb066a164db54cc91d6d5e85d94ac1.tar.gz
Updating gitignore and changing dependencies
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 3b5b3f11d523..ba206db4e346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
guake/
src/
pkg/
-*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 7eab99bd634f..7221f57b3a69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Mario Aichinger <ichingm /at/ gmail.com>
pkgname=guake-git
-pkgver=3.0.0.a5.20.gcef4bac
+pkgver=3.0.0.a5.22.gd4e9de6
pkgrel=1
pkgdesc="Top-down terminal for Gnome"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/Guake/guake"
license=('GPL')
depends=('python2-notify' 'vte3' 'python2-gconf' 'python2-dbus' 'python2-keybinder2' 'python2-xdg' 'libutempter' 'libkeybinder3' 'python-cairo')
-makedepends=('git' 'python2-pipenv' 'gnome-common' 'make')
+makedepends=('git' 'python-pipenv' 'gnome-common' 'make')
conflicts=('guake' 'guake-gtk2-git')
provides=('guake')
source=("git://github.com/Guake/guake.git")