summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a908f2beb49..ed923f8bda4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = tooru-git
pkgdesc = Archive and sync content you want to see twice
- pkgver = r0.4036963
- pkgrel = 1
+ pkgver = r0.04a871a
+ pkgrel = 2
url = https://github.com/emersion/tooru
arch = any
license = MIT
makedepends = git
makedepends = make
+ depends = youtube-dl
+ depends = wget
provides = tooru
conflicts = tooru
source = git+https://github.com/emersion/tooru.git
diff --git a/PKGBUILD b/PKGBUILD
index 5a2cbdd2bae0..9e4ed23ffae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=tooru-git
_pkgname=${pkgname%-git}
-pkgver=r0.4036963
-pkgrel=1
+pkgver=r0.04a871a
+pkgrel=2
pkgdesc="Archive and sync content you want to see twice"
arch=('any')
url="https://github.com/emersion/tooru"
license=('MIT')
groups=()
-depends=()
+depends=('youtube-dl' 'wget')
makedepends=('git' 'make')
optdepends=()
provides=("$_pkgname")