summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarcnmx2018-03-25 16:48:30 -0400
committerarcnmx2018-03-25 16:50:20 -0400
commit7e57726d9fa81eabae2e489837b7d502bdd9907b (patch)
tree2ae9eca0634c670a67c22744f54a1acaefeab126 /PKGBUILD
parent7e4362915bf26934f602fdddd20894c7229e1eed (diff)
downloadaur-7e57726d9fa81eabae2e489837b7d502bdd9907b.tar.gz
passff-host was pulled out into its own repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a284f6ee6280..b0dbb4b23232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
pkgname=passff-host
-pkgver=1.1
+pkgver=1.0.1
pkgrel=1
+epoch=1 # split off from passff addon versioning
pkgdesc="PassFF native messaging host application for Firefox, Chromium, Chrome, Vivaldi"
-pkgurl=https://github.com/passff/passff
+url=https://github.com/passff/passff-host
license=(GPL2)
depends=(python)
arch=(i686 x86_64)
source=(
- passff-$pkgver.py::https://github.com/passff/passff/releases/download/$pkgver/passff.py
- passff-$pkgver.json::https://github.com/passff/passff/releases/download/$pkgver/passff.json
+ passff-$pkgver.py::https://github.com/passff/passff-host/releases/download/$pkgver/passff.py
+ passff-$pkgver.json::https://github.com/passff/passff-host/releases/download/$pkgver/passff.json
)
_native_messaging=(
@@ -35,5 +36,5 @@ package() {
}
# makepkg -g >> PKGBUILD
-md5sums=('9393b1628ba8dfa67f1a214eadfc4a05'
+md5sums=('76ff18623c02d8c97a23a7994d047605'
'2512ca1ab6da1c8fcfdfc4e7dd5a2fe8')