summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182021-01-04 21:08:07 +0100
committerLukas18182021-01-04 21:08:07 +0100
commit75c48512a0bcfbbe1a16a6e03aa34a1b01ff2e4c (patch)
treea667beb58ea89210278695ae3fefd44de408fcf2
parent374446213fee514c31fded3f3b4c996a75219598 (diff)
downloadaur-75c48512a0bcfbbe1a16a6e03aa34a1b01ff2e4c.tar.gz
update to 1.1.1; change source to git repo
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 292b3d4bb659..360cd1b8daab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nfauthenticationkey
pkgdesc = create a Netflix authentican Key, which can be used for the Neflix Kodi addon or somewhere else.
- pkgver = 1.0.3
+ pkgver = 1.1.1
pkgrel = 1
- url = https://github.com/CastagnaIT/plugin.video.netflix/wiki/Login-with-Authentication-key
- arch = x86_64
+ url = https://github.com/CastagnaIT/NFAuthenticationKey/tree/linux
+ arch = any
license = GPL3
makedepends = sed
depends = chromium
depends = python
depends = python-pycryptodomex
depends = python-websocket-client
- source = NFAuthenticationKey_Linux_1.0.3.zip::https://uc48a7e4c6d51315614c3394c1a7.dl.dropboxusercontent.com/cd/0/get/BCc72VGHTKW5FoNtL_X0WUUq1LDRdfkRNBbTvpTT2wmujPPWnr2aTAmxcozRdlVbIoZ8OTZ6wj6tqIeWethuegeKycBGiAzFkUWUFUGwfimR18RKlH_nsDcvYVz38BOcJNU/file?_download_id=84288066276119277774198933696335530124090209346608197039563885744&
- sha512sums = dbf74fc7e282275d7c173713143f97d731e45fb314e0f8078417a3f5716be433ad181c6a99c2c1129db6bf859a690daacbdde3fe696ba1a769bd4296589ddfaf
+ source = NFAuthenticationKey-Linux-1.1.1.zip::https://github.com/CastagnaIT/NFAuthenticationKey/archive/4b1a2dca26b553e4b782b1799d4889058e0ed799.tar.gz
+ sha512sums = df8a81309ec365b5dfcd7bcc423578a7c541e48b043fc13eb3d9dfbc82a9263d86381e6bed7ce8448c8248a65a3e06334b95cae1ad23c0d2504fc4e4a1bbe13d
pkgname = nfauthenticationkey
diff --git a/PKGBUILD b/PKGBUILD
index 64c9c0fa13b0..acbadc916857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lukas1818 aur at lukas1818 dot de
pkgname=nfauthenticationkey
-pkgver=1.0.3
+pkgver=1.1.1
_pkgtag=$pkgver
pkgrel=1
-arch=('x86_64')
+arch=('any')
pkgdesc="create a Netflix authentican Key, which can be used for the Neflix Kodi addon or somewhere else."
-url="https://github.com/CastagnaIT/plugin.video.netflix/wiki/Login-with-Authentication-key"
+url="https://github.com/CastagnaIT/NFAuthenticationKey/tree/linux"
license=('GPL3')
makedepends=('sed')
depends=('chromium' 'python' 'python-pycryptodomex' 'python-websocket-client')
-source=("NFAuthenticationKey_Linux_$pkgver.zip::https://uc48a7e4c6d51315614c3394c1a7.dl.dropboxusercontent.com/cd/0/get/BCc72VGHTKW5FoNtL_X0WUUq1LDRdfkRNBbTvpTT2wmujPPWnr2aTAmxcozRdlVbIoZ8OTZ6wj6tqIeWethuegeKycBGiAzFkUWUFUGwfimR18RKlH_nsDcvYVz38BOcJNU/file?_download_id=84288066276119277774198933696335530124090209346608197039563885744&")
-sha512sums=('dbf74fc7e282275d7c173713143f97d731e45fb314e0f8078417a3f5716be433ad181c6a99c2c1129db6bf859a690daacbdde3fe696ba1a769bd4296589ddfaf')
+source=("NFAuthenticationKey-Linux-$pkgver.zip::https://github.com/CastagnaIT/NFAuthenticationKey/archive/4b1a2dca26b553e4b782b1799d4889058e0ed799.tar.gz")
+sha512sums=('df8a81309ec365b5dfcd7bcc423578a7c541e48b043fc13eb3d9dfbc82a9263d86381e6bed7ce8448c8248a65a3e06334b95cae1ad23c0d2504fc4e4a1bbe13d')
prepare()