summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bcb8969c134..cef30944e878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 22:18:43 UTC 2016
+# Sun Jul 30 16:22:51 UTC 2017
pkgbase = s-nail-git
pkgdesc = Commandline utility for sending and receiving email
- pkgver = 14.9.0_pre1_x6_gfcd2892
+ pkgver = 14.9.0_x15_g1dd0ed30
pkgrel = 1
url = https://www.sdaoden.eu/code.html#s-nail
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 999b28a72028..1ae0dfd6a745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on heirloom-mailx PKGBUILD
pkgname=s-nail-git
-pkgver=14.9.0_pre1_x6_gfcd2892
+pkgver=14.9.0_x15_g1dd0ed30
pkgrel=1
pkgdesc="Commandline utility for sending and receiving email"
arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@ build() {
${config_target:-} \
config
- make -f mk.mk _update-version
+ make -f mk-config.mk _update-version ||:
make build
}