diff options
author | root <root@rshg054.dnsready.net> | 2012-11-23 02:33:48 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-23 02:33:48 -0800 |
commit | 1fce42e9327109bd47dba5e3e690144a23bbbc19 (patch) | |
tree | e48f488b533fcfa9f4e29f6d2b935e57adf0a178 /kde-unstable | |
parent | 13c6302fab6118693af345756375923b9fb7da69 (diff) |
Fri Nov 23 02:31:09 PST 2012
Diffstat (limited to 'kde-unstable')
-rw-r--r-- | kde-unstable/kdegames-kigo/PKGBUILD | 6 | ||||
-rw-r--r-- | kde-unstable/kdeutils-print-manager/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kde-unstable/kdegames-kigo/PKGBUILD b/kde-unstable/kdegames-kigo/PKGBUILD index 009f77d22..e8fcc0b52 100644 --- a/kde-unstable/kdegames-kigo/PKGBUILD +++ b/kde-unstable/kdegames-kigo/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 171792 2012-11-21 19:24:51Z andrea $ +# $Id: PKGBUILD 171878 2012-11-22 08:11:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdegames-kigo pkgver=4.9.80 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source implementation of the popular Go game" url="http://kde.org/applications/games/kigo/" arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') +depends=('kdebase-runtime' 'libkdegames' 'gnugo') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kigo-${pkgver}.tar.xz") diff --git a/kde-unstable/kdeutils-print-manager/PKGBUILD b/kde-unstable/kdeutils-print-manager/PKGBUILD index e88be3aff..27cd7cea0 100644 --- a/kde-unstable/kdeutils-print-manager/PKGBUILD +++ b/kde-unstable/kdeutils-print-manager/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 171854 2012-11-21 20:05:56Z andrea $ +# $Id: PKGBUILD 171880 2012-11-22 08:18:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-print-manager pkgver=4.9.80 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for managing print jobs and printers" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdeutils/print-manager' license=('GPL' 'LGPL' 'FDL') depends=('kdebase-workspace' 'libcups' 'system-config-printer') makedepends=('cmake' 'automoc4') -replaces=('print-manager' 'kdeutils-printer-applet') +replaces=('print-manager' 'kdeutils-printer-applet' 'kdeadmin-system-config-printer-kde') conflicts=('print-manager') groups=('kde' 'kdeutils') source=("http://download.kde.org/unstable/${pkgver}/src/print-manager-${pkgver}.tar.xz") |