summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2015-09-05 12:05:47 +1000
committerRhinoceros2015-09-05 12:09:16 +1000
commit6bc35ec97e74a71680cb195177d6a710f8eb1968 (patch)
treed41c1eb016f7788dfdc433bda6cb2a8c488b65f9 /PKGBUILD
parent4df00182f091753636ced942fdf61d45116e1923 (diff)
downloadaur-6bc35ec97e74a71680cb195177d6a710f8eb1968.tar.gz
Change package name to sc-im
* Change sha256sums * Now needs -j1 to build on a single core, because of race conditions * Add conflicts with previous scim-spreadsheet
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 095e8795c854..dafb698fc1d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,12 @@ pkgver=0.1.9
pkgrel=1
pkgdesc='A spreadsheet program based on SC'
arch=('i686' 'x86_64')
-url='https://github.com/andmarti1424/scim'
+url='https://github.com/andmarti1424/sc-im'
license=('BSD')
+conflicts=('scim-spreadsheet')
source=("https://github.com/andmarti1424/${pkgname%-spreadsheet}/archive/v${pkgver}.tar.gz")
-sha256sums=('5fa93d9a6dd1c60eaf103f6588d3a2895a8dbe4c3c7474765f803345c8f83203')
+sha256sums=('b12ab5b87772c1445172123dab7575b64276bbb4fa521ff9971989c07a64533c')
+MAKEFLAGS='-j1'
build() {
cd "${pkgname%-spreadsheet}-$pkgver/src"