summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalkut2017-08-08 09:33:18 -0400
committerMalkut2017-08-08 09:33:18 -0400
commit1328949fd458f02fa81606e7b8477d0eb8bf3259 (patch)
tree7e6b9526f9ce65ef9f85c7eb7d9f7fd4cd305cb1
parent6107569e5247f2f82cb68667404856d1ef775717 (diff)
downloadaur-1328949fd458f02fa81606e7b8477d0eb8bf3259.tar.gz
Fixed patch error
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95f80aecaca6..699dae145358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname="kst"
pkgname="${_pkgname}-git"
pkgrel=1
-pkgver=2.0.8r3108.084d3ad
+pkgver=2.0.8r3268.540a599a
pkgdesc="Fast real-time large-dataset viewing and plotting tool for KDE"
arch=('i686' 'x86_64')
url="http://kst-plot.kde.org"
@@ -13,8 +13,8 @@ optdepends=(
)
makedepends=('cmake')
#install=$pkgname.install
-source=("git://github.com/Kst-plot/kst.git" "0001-Fixed-compilation-error-for-ambiguous-overload-off-a.patch" "0001-fixed-issue-where-src-kst-CMakeLists.txt-was-referri.patch")
-md5sums=('SKIP' '43dad5d63cf1d3415a5dda3df2e02c08' '7e908388bf2127b499fb2f60c1e9907f')
+source=("git://github.com/Kst-plot/kst.git")
+md5sums=('SKIP' )
pkgver() {
cd "${srcdir}/${_pkgname}"
@@ -36,8 +36,6 @@ build() {
}
prepare(){
cd "${srcdir}/${_pkgname}"
- patch -p1 < ../0001-Fixed-compilation-error-for-ambiguous-overload-off-a.patch
- patch -p1 < ../0001-fixed-issue-where-src-kst-CMakeLists.txt-was-referri.patch
}
package() {
cd "${srcdir}/${_pkgname}"