diff options
Diffstat (limited to 'extra/oxygen-gtk2')
-rw-r--r-- | extra/oxygen-gtk2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/oxygen-gtk2/PKGBUILD b/extra/oxygen-gtk2/PKGBUILD index 1ce8ead12..35431731a 100644 --- a/extra/oxygen-gtk2/PKGBUILD +++ b/extra/oxygen-gtk2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156129 2012-04-14 10:02:24Z andrea $ +# $Id: PKGBUILD 159000 2012-05-14 18:17:13Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: birdflesh <antkoul at gmail dot com> pkgname=oxygen-gtk2 -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc="Port of the default KDE widget theme (Oxygen) to GTK2" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ conflicts=('oxygen-gtk') replaces=('oxygen-gtk') makedepends=('cmake') source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('e829b07082280bc0744623ae477b550e') +md5sums=('107c56ae519483fcb747b751680bbf37') build() { cd "${srcdir}" |