summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreshrh2021-06-07 15:42:31 -0400
committereshrh2021-06-07 15:42:31 -0400
commitd8579bc00b581d1a3201cb3783cdc12f8717ad78 (patch)
tree891f664171d9cdab46d362163841c955d7a6695e
parent73c89bedd991f7e01c371a35d95719598ed12404 (diff)
downloadaur-d8579bc00b581d1a3201cb3783cdc12f8717ad78.tar.gz
hacked build step
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceef4b60b100..3e391ede2a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jrnl-git
pkgdesc = Collect your thoughts and notes without leaving the command line
pkgver = v2.8.1.r12.g5e87ff1
- pkgrel = 4
+ pkgrel = 5
url = https://jrnl.sh/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 90688f0b2761..cf5011801d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jrnl-git
_gitname=jrnl
pkgver=v2.8.1.r12.g5e87ff1
-pkgrel=4
+pkgrel=5
pkgdesc="Collect your thoughts and notes without leaving the command line"
arch=('any')
url="https://jrnl.sh/"
@@ -26,8 +26,12 @@ check() {
make test
}
-package() {
+build() {
cd "$_gitname"
make install
+}
+
+package(){
+ false
}