summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0263278f4c6b..02322dd88daf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = passff-host
pkgdesc = PassFF native messaging host application for Firefox, Chromium, Chrome, Vivaldi
- pkgver = 1.1
+ pkgver = 1.0.1
pkgrel = 1
+ epoch = 1
+ url = https://github.com/passff/passff-host
arch = i686
arch = x86_64
license = GPL2
depends = python
- source = passff-1.1.py::https://github.com/passff/passff/releases/download/1.1/passff.py
- source = passff-1.1.json::https://github.com/passff/passff/releases/download/1.1/passff.json
- md5sums = 9393b1628ba8dfa67f1a214eadfc4a05
+ source = passff-1.0.1.py::https://github.com/passff/passff-host/releases/download/1.0.1/passff.py
+ source = passff-1.0.1.json::https://github.com/passff/passff-host/releases/download/1.0.1/passff.json
+ md5sums = 76ff18623c02d8c97a23a7994d047605
md5sums = 2512ca1ab6da1c8fcfdfc4e7dd5a2fe8
pkgname = passff-host
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')