summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2016-11-23 15:09:47 -0800
committerpyamsoft2016-11-23 15:09:47 -0800
commitceae7f5ecd8b198cbdbe753f9bd3ded61def7527 (patch)
treea5d3a55ad98c0a51c9d346ae4282649adc1d2de9
parent7a606388e2e29579d3fe891f126c74621d7c38dd (diff)
downloadaur-ceae7f5ecd8b198cbdbe753f9bd3ded61def7527.tar.gz
Correct distributor
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 607a47a55448..1570fdabb7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ build() {
-DCMAKE_CXX_FLAGS='-fno-pie' \
-DENABLE_LTO='TRUE' \
-DUSE_SHARED_ENET='TRUE' \
- -DDISTRIBUTOR='pyamsoft'
+ -DDISTRIBUTOR='aur.archlinux.org'
make
}