summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle De'Vir2018-12-01 13:22:43 +1000
committerKyle De'Vir2018-12-01 13:22:43 +1000
commit54b730827425531056960f930f66d0d244341b5b (patch)
tree995614d2d4767ca5a034ece9fc9014c145de3b9d /PKGBUILD
parent8843c993bf735167ee88184fa0901ef9e2826f7f (diff)
downloadaur-54b730827425531056960f930f66d0d244341b5b.tar.gz
Version bump, plus URL fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 180ecc53e68c..e2a37f82f98a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle De'Vir (QuartzDragon) <kyle[dot]devir[at]mykolab[dot]com>
pkgname=bcachefs-tools-git
-pkgver=394
+pkgver=395
pkgrel=1
pkgdesc="bcachefs filesystem utilities"
url="https://evilpiepirate.org/git/bcachefs-tools.git/"
@@ -11,8 +11,8 @@ license=("GPL2")
provides=("bcachefs-tools")
makedepends=("git" "libscrypt" "libsodium" "attr" "libutil-linux" "keyutils" "pkgconf" "zlib" "liburcu")
-source=("git+http://evilpiepirate.org/git/bcachefs-tools.git")
-sha512sums=("SKIP")
+source=("git+https://evilpiepirate.org/git/bcachefs-tools")
+sha512sums=('SKIP')
pkgver() {
cd bcachefs-tools
@@ -23,6 +23,9 @@ pkgver() {
build() {
cd bcachefs-tools
+ #export CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
+ #export CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
+
make
}