summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-03-02 07:43:41 -0800
committerDonald Webster2021-03-02 07:43:41 -0800
commit38cd139d74633b2481948d2dcc54fb764e3d4b7d (patch)
tree831e30a39230eaabbd3a7672a55097b7bc7f72b4
parent8d3c4e46638975a48aa463f2548f57c9c675bce3 (diff)
downloadaur-38cd139d74633b2481948d2dcc54fb764e3d4b7d.tar.gz
Fix project url and get new sums.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e84ade6c4b..e1c6f9dbb83a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9ea6fba0d3bc..4379b954e32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')