summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-01-27 17:18:45 +0800
committerChocobo12018-01-27 17:19:11 +0800
commit47aa3ce71d69d09b38d842464da9a8d1cc2fbdad (patch)
tree412a68ffa80b39cbbc634764546b118fde3c4347
parent5b9542f67d20f4009702403b8ec6baf157333766 (diff)
downloadaur-47aa3ce71d69d09b38d842464da9a8d1cc2fbdad.tar.gz
upgpkg: libidn2-git 2.0.4.r20.g45b56ae-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e8960820360..4e480276e4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libidn2-git
pkgdesc = An implementation of IDNA 2008 and TR46
pkgver = 2.0.4.r20.g45b56ae
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/libidn/#libidn2
arch = i686
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = libidn2-git
makedepends = git
makedepends = gengetopt
makedepends = gtk-doc
+ makedepends = rsync
+ makedepends = wget
depends = glibc
depends = libunistring
provides = libidn2
diff --git a/PKGBUILD b/PKGBUILD
index e4196f0ae7b0..f60af5289e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libidn2-git
pkgver=2.0.4.r20.g45b56ae
-pkgrel=1
+pkgrel=2
pkgdesc="An implementation of IDNA 2008 and TR46"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/libidn/#libidn2"
license=('GPL' 'LGPL')
depends=('glibc' 'libunistring')
-makedepends=('git' 'gengetopt' 'gtk-doc')
+makedepends=('git' 'gengetopt' 'gtk-doc' 'rsync' 'wget')
provides=('libidn2')
conflicts=('libidn2')
options=('staticlibs')