summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Epstein2020-04-02 20:10:41 -0700
committerAidan Epstein2020-04-02 20:10:41 -0700
commita576a283376f7d5861695102f195da79785a6e7c (patch)
tree72ee1564d1a401fe2b628d26f8f054c5786fcf68
parent81f65cb4f4f10e8579ae571b2ab6596177bc5da6 (diff)
downloadaur-a576a283376f7d5861695102f195da79785a6e7c.tar.gz
Use make meli in build.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a67ccc49d4e..05fe9e25965a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aereaux <aidan@jmad.org>
_pkgname=meli
pkgname=${_pkgname}-git
-pkgver=alpha.0.4.2.r43.g17a0f31
+pkgver=alpha.0.4.2.r232.g6ccb9d3
pkgrel=1
pkgdesc="Experimental terminal mail client aiming for configurability and extensibility with sane defaults."
arch=("x86_64")
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_pkgname"
- make
+ make meli
}
# TODO: Right now the makefile does not have a check target