summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-11-27 17:08:32 +0100
committerhaawda2021-11-27 17:08:32 +0100
commit5a80fb40d025013c6fd7ee47cf8392b4696d3a22 (patch)
treec9eb693b99e8ed18411e0d0b815cc5c35042481f /PKGBUILD
parentd771da87878dd086d591603fec6a0eb3544519c4 (diff)
downloadaur-5a80fb40d025013c6fd7ee47cf8392b4696d3a22.tar.gz
use 'make install'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f59df76d7a8..42546173543e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=elastic-git
-pkgver=20190226.r136
-pkgrel=1
+pkgver=20210506.r145
+pkgrel=2
pkgdesc="Simple yet efficient finite element solver for linear elasticity problems in two and three dimensions."
arch=('x86_64')
url="https://github.com/ISCDtoolbox/LinearElasticity"
@@ -36,6 +36,5 @@ build() {
package() {
cd ${pkgname%-git}/build
- install -Dm755 elastic "$pkgdir"/usr/bin/elastic
- install -Dm644 libElas.so "$pkgdir"/usr/lib/libElas.so
+ make install DESTDIR="${pkgdir}"
}