diff --git a/oxygen-gtk2/PKGBUILD b/oxygen-gtk2/PKGBUILD index 36efa39..612f832 100644 --- a/oxygen-gtk2/PKGBUILD +++ b/oxygen-gtk2/PKGBUILD @@ -1,19 +1,17 @@ pkgname=oxygen-gtk2 -pkgver=1.4.5 +pkgver=1.4.6 pkgrel=1 -pkgdesc="The Oxygen engine for GTK2, for better Qt/GKT+ integration." +pkgdesc="The Oxygen engine for GTK2, for better Qt/GTK+ integration." arch=('x86_64') url=("https://projects.kde.org/projects/playground/artwork/oxygen-gtk") license=('LGPL') depends=('cairo' 'gtk2') makedepends=('cmake') -provides=('oxygen-gtk') -conflicts=('oxygen-gtk') categories=('system') groups=('gtk-integration') install=install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('b368d074cb13a6020e6ed43016866d93') +md5sums=('493892fc36302bfe862604f667a6c04e') prepare() { if [[ -e build ]]; then rm -rf build; fi @@ -31,4 +29,4 @@ build() { package() { cd build make DESTDIR="${pkgdir}" install -} \ No newline at end of file +} diff --git a/oxygen-gtk3/PKGBUILD b/oxygen-gtk3/PKGBUILD index acf8287..290e3ba 100644 --- a/oxygen-gtk3/PKGBUILD +++ b/oxygen-gtk3/PKGBUILD @@ -1,7 +1,7 @@ pkgname=oxygen-gtk3 -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 -pkgdesc="The Oxygen engine for GTK3, for better Qt/GKT+ integration." +pkgdesc="The Oxygen engine for GTK3, for better Qt/GTK+ integration." arch=('x86_64') url=("http://projects.kde.org/projects/playground/artwork/oxygen-gtk/") license=('LGPL') @@ -11,7 +11,7 @@ categories=('system') groups=('gtk-integration') install=install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('68f0e7af7bd9f618abf3c0444a0f2868') +md5sums=('231854fbe379dd441518195c45d08201') prepare() { if [[ -e build ]]; then rm -rf build; fi