aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2018-03-21 20:08:55 -0700
committerDonald Carr2018-03-21 20:09:29 -0700
commitfa1ddcac5212f8afe17f62f1017aeb38bd986d3d (patch)
tree90e35ef40093f295b55500dc0ef7ca0b18bd5b87 /PKGBUILD
parentcf8b7675881323a28e7b4664d24c057c169f8e00 (diff)
downloadaur-fa1ddcac5212f8afe17f62f1017aeb38bd986d3d.tar.gz
Move to the 5.11 beta2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fad17107eea9..cf684947e63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,7 +56,7 @@ if [[ -f static ]]; then
_static_build=true
fi
-if [[ -f test_new_qt ]]; then
+if [[ -f testing ]]; then
_testing=true
fi
@@ -85,8 +85,8 @@ if $_testing; then
_pkgvermajmin="5.11"
_pkgverpatch=".0"
# {alpha/beta/beta2/rc}
- _dev_suffix="alpha"
- pkgrel=1
+ _dev_suffix="beta2"
+ pkgrel=3
else
_pkgvermajmin="5.10"
_pkgverpatch=".0"
@@ -274,7 +274,7 @@ _core_configure_options="\
-reduce-exports"
if $_testing; then
- _tar_xz_sha256="7f9f1afc7720f529a7b77cc2bf9337ec7c48e014ebf0acd16441784d6d71a7d3"
+ _tar_xz_sha256="9482538af151454f79def3df1f4f76fc9475372b96cc9ca8515d7b2112a7d8cf"
else
_tar_xz_sha256="936d4cf5d577298f4f9fdb220e85b008ae321554a5fcd38072dc327a7296230e"
fi