Pedantic cleaning.

This commit is contained in:
Llewelyn Trahaearn 2016-08-07 05:10:34 -07:00
parent 58e84e745b
commit 0bb8cc4eee
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Sun Aug 7 11:08:31 UTC 2016
# Sun Aug 7 12:09:00 UTC 2016
pkgbase = libindicator
pkgdesc = A set of symbols and convenience functions for Ayatana indicators
pkgver = 12.10.1

View file

@ -8,7 +8,7 @@ pkgbase=libindicator
pkgname=("${pkgbase}-gtk"{2,3})
pkgver=12.10.1
pkgrel=6
pkgdesc='A set of symbols and convenience functions for Ayatana indicators'
pkgdesc='A set of symbols and convenience functions for Ayatana indicators.'
arch=('i686' 'x86_64')
url='https://launchpad.net/libindicator'
license=('GPL3')
@ -56,8 +56,8 @@ build() {
package_libindicator-gtk2() {
depends=('gtk2')
provides=('libindicator')
conflicts=('libindicator')
provides=("${pkgbase}")
conflicts=("${pkgbase}")
cd ${pkgbase}-gtk2
make -j1 DESTDIR="${pkgdir}" install
@ -66,8 +66,8 @@ package_libindicator-gtk2() {
package_libindicator-gtk3() {
depends=('gtk3')
provides=('libindicator3')
conflicts=('libindicator3')
provides=("${pkgbase}3")
conflicts=("${pkgbase}3")
cd ${pkgbase}-gtk3
make -j1 DESTDIR="${pkgdir}" install