diff options
author | Donald Webster | 2021-03-02 07:43:41 -0800 |
---|---|---|
committer | Donald Webster | 2021-03-02 07:43:41 -0800 |
commit | 38cd139d74633b2481948d2dcc54fb764e3d4b7d (patch) | |
tree | 831e30a39230eaabbd3a7672a55097b7bc7f72b4 | |
parent | 8d3c4e46638975a48aa463f2548f57c9c675bce3 (diff) | |
download | aur-38cd139d74633b2481948d2dcc54fb764e3d4b7d.tar.gz |
Fix project url and get new sums.
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ pkgbase = mylar3 pkgdesc = Comic book download automation for usenet and torrents. pkgver = 0.4.9.5 - pkgrel = 1 - url = https://gitlab.com/mylar3/mylar3/ + pkgrel = 2 + url = https://github.com/mylar3/mylar3 arch = any license = GPL3 depends = python @@ -31,7 +31,7 @@ pkgbase = mylar3 source = mylar3.service source = mylar3.tmpfiles source = mylar3.sysusers - sha256sums = cf750c27d240c9bacbe13125acadb019671c0cc3cd8a2021e589d072006e92e9 + sha256sums = d4b173b233b0bb1a7119f9d2144244d49a633d94761dc6e1e7362702c5319716 sha256sums = bfe7c28f5c773b77e6bc0014bd4473de2f4650d049cfedb177aedef74187c932 sha256sums = e39441d41acd5d66b63631872e06f8e5425bf0725044e5c3843626d4a090eba5 sha256sums = e26cad50c8c8501fa12e2e2b2443f57aaf309e28f28d6dd4944958f9cb20f3cd @@ -2,10 +2,10 @@ pkgname=mylar3 pkgver=0.4.9.5 -pkgrel=1 +pkgrel=2 pkgdesc="Comic book download automation for usenet and torrents." arch=('any') -url="https://gitlab.com/mylar3/mylar3/" +url="https://github.com/mylar3/mylar3" license=('GPL3') depends=( 'python' @@ -36,7 +36,7 @@ source=("mylar3-${pkgver}.tar.gz::https://github.com/mylar3/mylar3/archive/v${pk 'mylar3.tmpfiles' 'mylar3.sysusers') -sha256sums=('cf750c27d240c9bacbe13125acadb019671c0cc3cd8a2021e589d072006e92e9' +sha256sums=('d4b173b233b0bb1a7119f9d2144244d49a633d94761dc6e1e7362702c5319716' 'bfe7c28f5c773b77e6bc0014bd4473de2f4650d049cfedb177aedef74187c932' 'e39441d41acd5d66b63631872e06f8e5425bf0725044e5c3843626d4a090eba5' 'e26cad50c8c8501fa12e2e2b2443f57aaf309e28f28d6dd4944958f9cb20f3cd') |