From 934598b37797c89a3312ead29cb50bb9a5abeb40 Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Thu, 6 Nov 2014 11:58:56 +0000 Subject: [PATCH] Updated PKGBUILD git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@229 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- scripts/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index d9759b6..08afcb2 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Nick Kavalieris # For contributors check the AUTHORS file pkgname=callirhoe -pkgver=195 +pkgver=228 pkgrel=1 pkgdesc="PDF Calendar creator with high quality vector graphics" url="https://code.google.com/p/callirhoe/" @@ -19,8 +19,8 @@ pkgver() { } build() { - cd "${srcdir}/${pkgname}/scripts" - ./make_pkg + cd "${srcdir}/${pkgname}" + make } package() {