summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbug2016-12-17 20:01:24 +0200
committerbug2016-12-17 20:01:24 +0200
commit4dd041725a4d53a7d392f1574f23d1add8ec5c06 (patch)
treeaf5f47e88bc6e58af17c4ac46a8ad08e1ac83782
parent4be87350f95fb968e2d588a3416b22f3e8e253dc (diff)
downloadaur-4dd041725a4d53a7d392f1574f23d1add8ec5c06.tar.gz
export pkgdir
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c1a09d83e1..0ba92987b007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 19 20:10:34 UTC 2016
+# Sat Dec 17 18:01:23 UTC 2016
pkgbase = xpra-winswitch-svn
pkgdesc = Modified version of xpra by Winswitch
- pkgver = 14464
+ pkgver = 14561
pkgrel = 1
url = http://xpra.org/
install = xpra-winswitch.install
diff --git a/PKGBUILD b/PKGBUILD
index 366c7984b650..b02d6f4bbe76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Bug <bug2000@gmail.com>
# Maintainer: Bug <bug2000@gmail.com>
pkgname=xpra-winswitch-svn
-pkgver=14464
+pkgver=14561
pkgrel=1
pkgdesc="Modified version of xpra by Winswitch"
arch=('i686' 'x86_64')
@@ -34,13 +34,14 @@ build() {
#
# BUILD HERE
#
- #python2 setup.py build || return 1
- CFLAGS="$CFLAGS -fno-strict-aliasing" python2 setup.py build || return 1
+ #python2 setup.py build
+ export pkgdir
+ CFLAGS="$CFLAGS -fno-strict-aliasing" python2 setup.py build
}
package() {
cd "$srcdir/$_svnmod-build"
- python2 setup.py install --root=${pkgdir} || return 1
+ python2 setup.py install --root=${pkgdir}
}
# vim:set ts=2 sw=2 et: