diff options
Diffstat (limited to 'kde/kdebindings/Pkgfile')
-rwxr-xr-x | kde/kdebindings/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/kdebindings/Pkgfile b/kde/kdebindings/Pkgfile index 098e38651..40be580f6 100755 --- a/kde/kdebindings/Pkgfile +++ b/kde/kdebindings/Pkgfile @@ -8,11 +8,11 @@ name=kdebindings version=4.5.4 release=3 source=(ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.bz2 - sip4.12.patch ) + kdebindings4.5.4-sip.patch ) build() { cd $name-$version - patch -Np0 -i ../sip4.12.patch + patch -Np0 -i ../kdebindings4.5.4-sip.patch mkdir build cd build |