summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-05-04 04:43:03 +0200
committerMichal Wojdyla2021-05-04 04:43:03 +0200
commitb764905460c731d636f59c56bce673f3f1aa9233 (patch)
tree2778a389732991989c96010878e869057908258b
parent92cf6d4e215fba8338769fcc45365aa51eca869e (diff)
downloadaur-b764905460c731d636f59c56bce673f3f1aa9233.tar.gz
enable av1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--mozconfig.in1
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 422defd07bc0..86150653db83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = palemoon-gtk3
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
pkgver = 29.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.palemoon.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e6be1374ff07..bbf7afd349b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _repo=Pale-Moon
pkgver=29.2.0
# Commit can be found at https://repo.palemoon.org/MoonchildProductions/Pale-Moon/releases
_commit=e7ccadb26f
-pkgrel=1
+pkgrel=2
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="https://www.palemoon.org/"
@@ -27,7 +27,7 @@ source=(git+"https://repo.palemoon.org/MoonchildProductions/${_repo}?signed#comm
mozconfig.in)
sha1sums=('SKIP'
'SKIP'
- 'e59e8b1f39e3475b40a65f4fb4e800a7c58becd4')
+ '00d76f4a54f432cdae9f9e6c371a45d49e56b1dc')
validpgpkeys=('3059E09144F56804F0FBF4E126B40624BDBFD9F3'
'3DAD8CD107197488D2A2A0BD40481E7B8FCF9CEC')
diff --git a/mozconfig.in b/mozconfig.in
index 9d69de66e805..6f6ed21ab3b7 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -12,6 +12,7 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
+ac_add_options --enable-av1
ac_add_options --with-pthreads
ac_add_options --disable-tests