summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 704fb5a62954..07f418a636dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonas Witschel <diabonas@archlinux.org>
pkgname=tang-git
-pkgver=7.r2.fed9020
+pkgver=7.r3.590de27
pkgrel=1
pkgdesc='Server for binding data to network presence'
arch=('x86_64')
@@ -18,13 +18,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
}
-prepare() {
- cd "${pkgname%-git}"
- # Use -Wformat in addition to -Wformat-security in add_project_arguments
- # (https://github.com/latchset/tang/pull/41)
- git cherry-pick --no-commit ceaaa98e91f9d2aaf89090f624ed969ab21c505a
-}
-
build() {
cd "${pkgname%-git}"
meson --libexecdir=/usr/lib --buildtype=plain build