summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3d59cfb1f6c..83c227930047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = threadwatcher
pkgdesc = Keep a list of 4chan threads to watch over and continually download media from
pkgver = r15.7623b91
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AlexBocken/threadwatcher
install = threadwatcher.install
arch = any
license = AGPL3
makedepends = git
- depends = bash
depends = jq
- depends = openssl
optdepends = dmenu: display prompts if issues occur
source = threadwatcher::git+https://github.com/AlexBocken/threadwatcher.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d6b989e02fdb..cf61b02ee3e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,11 @@
# Maintainer: Alexander Bocken <alexander@bocken.org>
pkgname=threadwatcher
pkgver=r15.7623b91
-pkgrel=1
+pkgrel=2
pkgdesc="Keep a list of 4chan threads to watch over and continually download media from"
arch=(any)
depends=(
- 'bash'
'jq'
- 'openssl'
)
makedepends=('git')
optdepends=(