git » konsole.git » commit a961559

KDE Applications 16.08.1

author Antonio Rojas
2016-09-08 15:18:47 UTC
committer Antonio Rojas
2016-09-08 15:18:47 UTC
parent 06cb52ff1af32162f7040ccd30ebea3cb60f6c4f

KDE Applications 16.08.1

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index 7cb676c..e13ece0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=konsole
-pkgver=16.08.0
-pkgrel=2
+pkgver=16.08.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
 pkgdesc="Terminal"
@@ -15,17 +15,11 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 optdepends=('kdebase-keditbookmarks: to manage bookmarks')
 replaces=('kdebase-konsole')
 conflicts=('kdebase-konsole<4.14.3-2')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz"
-        kdebug-366368.patch::"https://quickgit.kde.org/?p=konsole.git&a=commitdiff&h=fca305eb&o=plain")
-sha1sums=('d1b0187afbd879f2211c2b229a2a64cbd0be952b'
-          'ab722ec281677d7ecdba2f0a269dba25bf824474')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz")
+sha1sums=('5b98c6b08731a66561bf83248ed0951aaad93d3c')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix background transparency http://bugs.kde.org/show_bug.cgi?id=366368
-  patch -p1 -i ../kdebug-366368.patch
 }
 
 build() {