summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-04-20 19:27:39 -0400
committerKeshav Amburay2014-04-20 19:27:39 -0400
commit937154e0c77e183d1ae143254f418599102c0026 (patch)
tree1bf73c8f3aed3e4bd94bf10638e8f487ee434f0b
parent18c641bc860edfcd0ab5a56a13da8d91b90f10f5 (diff)
downloadaur-937154e0c77e183d1ae143254f418599102c0026.tar.gz
Use CFLAGS='-Os'
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e579d29c37..04742d13c706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efivar-git
pkgdesc = Tools and library to manipulate EFI variables - GIT master branch
- pkgver = 0.8
+ pkgver = 0.8.6.gca8c22d
pkgrel = 1
url = https://github.com/vathpela/efivar
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = efivar-git
license = LGPL2.1
makedepends = git
depends = popt
- provides = efivar=0.8
- provides = libefivar=0.8
- provides = libefivar-git=0.8
+ provides = efivar=0.8.6.gca8c22d
+ provides = libefivar=0.8.6.gca8c22d
+ provides = libefivar-git=0.8.6.gca8c22d
conflicts = efivar
conflicts = libefivar
conflicts = libefivar-git
diff --git a/PKGBUILD b/PKGBUILD
index 8563c963ad10..0a1fac24f069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _gitbranch="master"
pkgdesc="Tools and library to manipulate EFI variables - GIT master branch"
-pkgver=0.8
+pkgver=0.8.6.gca8c22d
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/vathpela/efivar"
@@ -41,6 +41,7 @@ prepare() {
cd "${srcdir}/${_gitname}_build/"
+ sed 's|-O0|-Os|g' -i "${srcdir}/${_gitname}_build/Make.defaults" || true
sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i "${srcdir}/${_gitname}_build/src/test/Makefile" || true
}