diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2024-01-01 17:02:17 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2024-01-01 17:11:23 +0100 |
commit | dc9d12f24505828f9ed2a1953fc342f39c79c211 (patch) | |
tree | 08aec876be3f93b6883ef12eabc722321f0c9568 /apks/reddit-nextcloud-importer/APKBUILD | |
parent | 5375d409755db9d64f350656f9987164db04f047 (diff) | |
download | apkbuilds-dc9d12f24505828f9ed2a1953fc342f39c79c211.tar.gz apkbuilds-dc9d12f24505828f9ed2a1953fc342f39c79c211.tar.bz2 apkbuilds-dc9d12f24505828f9ed2a1953fc342f39c79c211.zip |
fix: Add missing package for reddit-nextcloud-importer
Diffstat (limited to 'apks/reddit-nextcloud-importer/APKBUILD')
-rw-r--r-- | apks/reddit-nextcloud-importer/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apks/reddit-nextcloud-importer/APKBUILD b/apks/reddit-nextcloud-importer/APKBUILD index 4dfe618..e3e414e 100644 --- a/apks/reddit-nextcloud-importer/APKBUILD +++ b/apks/reddit-nextcloud-importer/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Gabriel Arakaki Giovanini <mail@gabrielgio.me> pkgname=reddit-nextcloud-importer pkgver=0.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="A process to import images and videos from saved post on reddit to a instance of Nextcloud." url="https://git.sr.ht/~gabrielgio/reddit-nextcloud-importer" arch="noarch" @@ -13,6 +13,7 @@ depends=" py3-jsonpickle py3-nextcloud-api-wrapper py3-praw + py3-six " makedepends="python3-dev py3-setuptools_scm" checkdepends="py3-pytest py3-pytest-mock" |