Skip to content

Commit 36d9a73

Browse files
committed
fixed pluma dependecies
1 parent 5c4585e commit 36d9a73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch_mate_pkgbuilds/pluma/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
1515
license=('GPL')
1616
depends=('desktop-file-utils' 'enchant' 'glib2' 'gtk3' 'gtksourceview2' 'iso-codes'
1717
'libsm' 'mate-desktop>=1.18' 'gtksourceview3' 'python2-gobject' 'zenity'
18-
'libpeas' 'gobject-introspection')
19-
makedepends=('mate-common>=1.18' 'yelp-tools' 'gtksourceview3' 'mate-desktop>=1.18')
18+
'libpeas')
19+
makedepends=('mate-common>=1.18' 'yelp-tools' 'gtksourceview3' 'mate-desktop>=1.18'
20+
'gobject-introspection')
2021
optdepends=('yelp: for reading MATE help documents')
2122
groups=('mate-extra')
2223
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")

0 commit comments

Comments
 (0)