summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornulldev2021-06-19 22:22:50 -0400
committernulldev2021-06-19 22:22:50 -0400
commit4ce9106446a3046d400a9e0c80c68af5df3ca54a (patch)
treecb9d4550ae517057f615a632a2cacb8e7125f575
parentf2d89b673b79cd9d5dbdee519a136ef23a359668 (diff)
downloadaur-4ce9106446a3046d400a9e0c80c68af5df3ca54a.tar.gz
Update to v0.0.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4a748a6c96..b23e9d4bfe5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firefox-profile-switcher-connector
pkgdesc = Native connector software for the 'Profile Switcher for Firefox' extension.
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/null-dev/firefox-profile-switcher-connector
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = firefox-profile-switcher-connector
arch = armv6h
license = GPL3
makedepends = cargo
- source = https://github.com/null-dev/firefox-profile-switcher-connector/archive/v0.0.6.tar.gz
- sha256sums = 40f0429f2aeebd128072a75674e132477ef1f16ce03d77704fa55395624a62fc
+ source = https://github.com/null-dev/firefox-profile-switcher-connector/archive/v0.0.7.tar.gz
+ sha256sums = 1fe2075e2a5bd42455b07771f3e6a08cdee6945e859a304ce715899d505555d6
pkgname = firefox-profile-switcher-connector
-
diff --git a/PKGBUILD b/PKGBUILD
index c1e7377f4e92..ef36161fe359 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.6
+pkgver=0.0.7
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')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('40f0429f2aeebd128072a75674e132477ef1f16ce03d77704fa55395624a62fc')
+sha256sums=('1fe2075e2a5bd42455b07771f3e6a08cdee6945e859a304ce715899d505555d6')
build() {
cd "$pkgname-$pkgver"