summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Hilgers2020-07-11 01:52:36 +0200
committerRobin Hilgers2020-07-11 01:52:36 +0200
commitb9dd651b9b7fd7ac5c2f2b823ebf1c75d7741500 (patch)
tree87d44ab52a14718c20d3e10ae12eeb04ddf82e5e
parent337667f6f88cf93b28ad75e01b8e6fae69ba49e4 (diff)
downloadaur-b9dd651b9b7fd7ac5c2f2b823ebf1c75d7741500.tar.gz
Move source with build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29180b7a385d..6b8b92f88c51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fleur-develop
pkgdesc = FLEUR is a feature-full and freely available FLAPW (full-potential linearized augmented planewave) code, based on density-functional theory.
pkgver = latest
- pkgrel = 2
+ pkgrel = 4
url = https://iffgit.fz-juelich.de/fleur/fleur.git
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ef1ddf56b0e9..433c6ccfec71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Hilgers <r.hilgers@fz-juelich.de>
pkgname=fleur-develop
pkgver=latest
-pkgrel=3
+pkgrel=4
pkgdesc="FLEUR is a feature-full and freely available FLAPW (full-potential linearized augmented planewave) code, based on density-functional theory."
arch=(x86_64)
url="https://iffgit.fz-juelich.de/fleur/fleur.git"
@@ -25,7 +25,7 @@ build() {
check() {
cd "build.dev-serial"
ctest
- rm -r Testing/*
+
}
package() {