summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15bf4f5250cf..10d39e405256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 2 22:10:44 UTC 2018
+# Thu Mar 15 15:55:13 UTC 2018
pkgbase = fbuild
pkgdesc = A cross platform, high performant caching build system
pkgver = 0.3rc2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/felix-lang/fbuild
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 17e1f066cbd8..5d27ff8afe23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('fbuild')
pkgver=0.3rc2
_pkgver=0.3-rc2
-pkgrel=1
+pkgrel=2
pkgdesc="A cross platform, high performant caching build system "
arch=('any')
url="https://github.com/felix-lang/fbuild"
@@ -11,6 +11,7 @@ license=('BSD' 'PSFL')
makedepends=('python' 'python-setuptools')
source=("https://github.com/felix-lang/fbuild/archive/v$_pkgver.tar.gz")
sha256sums=('311404401e979ec0f49cc5d9d995f04d822ef03b2c8d4e304d547d6f99969642')
+
package() {
cd "$pkgname-$_pkgver"
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1