summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-27 03:14:21 +0200
committerMarcell Meszaros2022-06-27 03:14:21 +0200
commit361a67fc684adb39b77f801017cc5df7dcd5646a (patch)
tree11c198fb7e249d3cb521077d93d98d7fa6fc6b59 /PKGBUILD
parent51fb4ceca18ef73407006baa1c45b862939049f4 (diff)
downloadaur-gnome-python-desktop.tar.gz
add .gitignore and python2 depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4338b87e92e5..78a735a31598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: twa022 <twa022 at gmail dot com>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: twa022 <twa022 at gmail dot com>
pkgbase=gnome-python-desktop
pkgname=('gnome-python-desktop' 'python2-gnomekeyring' 'python2-wnck')
@@ -6,7 +7,7 @@ pkgver=2.32.0
pkgrel=20
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
-makedepends=('intltool' 'pkg-config' 'gnome-python' 'libwnck' 'libgnome-keyring')
+makedepends=('intltool' 'pkg-config' 'gnome-python' 'libwnck' 'libgnome-keyring' 'python2')
url="https://www.gnome.org"
source=(https://download.gnome.org/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
01_wnck_enums.patch)