summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYakumo Saki2022-06-20 21:30:40 +0900
committerYakumo Saki2022-06-20 21:30:40 +0900
commit0871cae6753b25205c2edd81b8b384d44fa43736 (patch)
treee92c3a7cbc17767b7f7ec49cde05287d6e9a101d
parentfeec14d53be463ed202da711cee897f467cac179 (diff)
downloadaur-0871cae6753b25205c2edd81b8b384d44fa43736.tar.gz
Add wget to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d86a370007d1..2ada554b3da2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = twty-bin
pkgdesc = Command-line twitter client
pkgver = 0.0.13
- pkgrel = 3
+ pkgrel = 5
url = https://github.com/mattn/twty
arch = x86_64
license = MIT
+ makedepends = wget
noextract = LICENSE
source = https://github.com/mattn/twty/releases/download/v0.0.13/twty_v0.0.13_linux_amd64.tar.gz
md5sums = c28d7e1a55950f6d1360eb362e13efed
diff --git a/PKGBUILD b/PKGBUILD
index ce3c6f28294e..a67effb192c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yakumo Saki <yakumo at ziomatrix dot org>
pkgname=twty-bin
pkgver=0.0.13
-pkgrel=3
+pkgrel=5
epoch=
pkgdesc="Command-line twitter client"
arch=("x86_64")
@@ -9,7 +9,7 @@ url="https://github.com/mattn/twty"
license=('MIT')
groups=()
depends=()
-makedepends=()
+makedepends=(wget)
checkdepends=()
optdepends=()
provides=()