summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneeshy2020-02-12 18:45:29 -0500
committerneeshy2020-02-12 18:49:08 -0500
commite359aa7728951649d5c5666d8cc2846e0c964e63 (patch)
tree77984ddeda7cef761609a3ddbc3f9b2530f3de9d /PKGBUILD
parent65ee13e744faa7d1d213d4d47cb8602ee4b95b49 (diff)
downloadaur-e359aa7728951649d5c5666d8cc2846e0c964e63.tar.gz
Fix checksum and release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91b1c7884c49..beb2e44ed447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=basilisk
pkgver=2020.02.06
-pkgrel=2
+pkgrel=1
pkgdesc="Standalone web browser forked from mozilla.org, UXP version"
arch=('x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -14,7 +14,7 @@ depends=('gtk2' 'libxt' 'mime-types' 'alsa-lib' 'ffmpeg' 'ttf-font')
makedepends=('unzip' 'zip' 'python2' 'yasm' 'mesa' 'autoconf2.13')
options=('!emptydirs')
source=("https://github.com/MoonchildProductions/UXP/archive/v$pkgver.tar.gz")
-sha256sums=('6133ea81ee929202b793b11d70403a2e3e5c25c8908915f6d689ce9467f9659d')
+sha256sums=('04571b15fb720535cf390e3004821f22d2f120e720b121fd3046b907714b3e37')
prepare() {
cd "$srcdir/UXP-$pkgver"