summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-01-01 16:46:58 +0000
committerJoan Bruguera Micó2024-01-01 16:47:01 +0000
commite8fb4e5c64be0b35161544f685a5f0d646828799 (patch)
tree61995871ef850e03c92210e23441f605264200b3
parent9b25cb64c3ebe7158e441206156c1887bba31135 (diff)
downloadaur-e8fb4e5c64be0b35161544f685a5f0d646828799.tar.gz
Fix namcap warning.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0e0713d7168..0d3284544bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = todoist-full-offline-backup
pkgdesc = Small, dependency-less Python script to make a backup of all Todoist tasks and attachments that is accessible offline
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/joanbm/full-offline-backup-for-todoist
arch = any
license = GPLv3
makedepends = python-setuptools
depends = python
- source = https://github.com/joanbm/full-offline-backup-for-todoist/archive/0.5.0.tar.gz
+ source = full-offline-backup-for-todoist-0.5.0.tar.gz::https://github.com/joanbm/full-offline-backup-for-todoist/archive/0.5.0.tar.gz
sha256sums = bf40d32d26d785b424a08a15e415987cc44547032c396338d4f19a66060eaba0
pkgname = full-offline-backup-for-todoist
diff --git a/PKGBUILD b/PKGBUILD
index 6f49ae0b5737..3c61f125b1ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Joan Bruguera Micó <joanbrugueram@gmail.com>
pkgname=full-offline-backup-for-todoist
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Small, dependency-less Python script to make a backup of all Todoist tasks and attachments that is accessible offline"
arch=('any')
url="https://github.com/joanbm/full-offline-backup-for-todoist"
license=('GPLv3')
depends=('python')
makedepends=('python-setuptools')
-source=("https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('bf40d32d26d785b424a08a15e415987cc44547032c396338d4f19a66060eaba0')
check() {