summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-07-09 14:21:41 -0600
committerBrian Bidulock2015-07-09 14:24:59 -0600
commit8e0b40147651202bdf239472c07d6c03b75e1a30 (patch)
tree1e4d593c62ed43c08d7e3ccefbf451e07bfd2364
parent96125299aeebb9c7d18879d8cb1353cea84915de (diff)
downloadaur-8e0b40147651202bdf239472c07d6c03b75e1a30.tar.gz
version 3.0.1-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75d85f445e5..6bd28a87cc49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-menus2
pkgdesc = Library for the Desktop Menu Specification (legacy version)
pkgver = 3.0.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.gnome.org/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = gnome-menus2
makedepends = gobject-introspection
makedepends = intltool
depends = glib2
- depends = python2
+ optdepends = python2
source = http://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.0/gnome-menus-3.0.1.tar.bz2
sha256sums = 579c119c26f37781f66708e867ea45b3c37589b3b69e5b32d33e9bdb944165f0
diff --git a/PKGBUILD b/PKGBUILD
index 29a3bad01af9..a2d7dde0835f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: alucryd <alucryd at gmail dot com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: alucryd <alucryd at gmail dot com>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Jan de Groot <jan at archlinux dot org>
pkgname=gnome-menus2
pkgver=3.0.1
-pkgrel=3
+pkgrel=4
pkgdesc='Library for the Desktop Menu Specification (legacy version)'
arch=('i686' 'x86_64')
url='http://www.gnome.org/'
license=('LGPL')
-depends=('glib2' 'python2')
+depends=('glib2')
+optdepends=('python2')
makedepends=('gobject-introspection' 'intltool')
source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname%2}/${pkgver%.*}/${pkgname%2}-${pkgver}.tar.bz2")
sha256sums=('579c119c26f37781f66708e867ea45b3c37589b3b69e5b32d33e9bdb944165f0')