summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29fa04ff6af4..0ea0773d1245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Bao <contact at andybao dot me>
pkgname=firefox-profile-switcher-connector
pkgdesc="Native connector software for the 'Profile Switcher for Firefox' extension."
-pkgver=0.0.9
+pkgver=0.1.1
pkgrel=1
arch=('x86_64' 'i686' 'pentium4' 'aarch64' 'armv7h' 'armv6h')
url="https://github.com/null-dev/firefox-profile-switcher-connector"
@@ -9,7 +9,7 @@ license=('GPL3')
# depends=('firefox') We don't specify this as not all firefox packages provide firefox currently
makedepends=('cargo' 'cmake')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('19b5049cf3f14cb0cec7e88799fc6c960e0194b16258d486b5324c02f60067a4')
+sha256sums=('49c35024754eab5d05d4a266b7d03e0541e0e595ae8a0925424cd2eb37163cc1')
build() {
cd "$pkgname-$pkgver"