summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorber532k2018-01-18 10:47:59 +0100
committerber532k2018-01-18 10:47:59 +0100
commitaa731d4a0c5e2267623151578212f202dc26ce67 (patch)
treebde51cd52cf447bb894bab48e2b707f34d52cbc1 /PKGBUILD
parentbdc4372f8fa6294db3a7afd711efd09fa5c895e7 (diff)
downloadaur-aa731d4a0c5e2267623151578212f202dc26ce67.tar.gz
incorporate patch from sc-im comments (use srcdir rather than ../../../)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0fe0a5a35be..146550525210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=sc-im-git
-pkgver=current
+pkgver=latest
pkgrel=1
pkgdesc='A spreadsheet program based on SC'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ MAKEFLAGS='-j1'
prepare() {
cd "$srcdir/sc-im/src"
# install things in the correct place for package managers
- patch <../../../arch.patch
+ patch < "$srcdir/arch.patch"
}
pkgver() {