summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d82193d3f88..91ee13e13038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreutils-git
pkgdesc = Basic file, shell and text manipulation utilities of the GNU operating system
- pkgver = 9.2.r13.g5891d28ed
+ pkgver = 9.3.r29.g059e53e5b
pkgrel = 1
url = https://www.gnu.org/software/coreutils/coreutils.html
arch = i686
@@ -14,11 +14,12 @@ pkgbase = coreutils-git
makedepends = rsync
makedepends = tar
makedepends = texinfo
+ makedepends = wget
depends = glibc
depends = gmp
depends = libcap
depends = openssl
- provides = coreutils=9.2.r13.g5891d28ed
+ provides = coreutils=9.3.r29.g059e53e5b
conflicts = coreutils
source = git+https://git.savannah.gnu.org/git/coreutils.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9616f1d086cc..7d2cbcb79437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=coreutils-git
-pkgver=9.2.r13.g5891d28ed
+pkgver=9.3.r29.g059e53e5b
pkgrel=1
pkgdesc="Basic file, shell and text manipulation utilities of the GNU operating system"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/coreutils/coreutils.html"
license=('GPL3')
depends=('glibc' 'gmp' 'libcap' 'openssl')
-makedepends=('git' 'gettext' 'gperf' 'gzip' 'perl' 'rsync' 'tar' 'texinfo')
+makedepends=('git' 'gettext' 'gperf' 'gzip' 'perl' 'rsync' 'tar' 'texinfo' 'wget')
provides=("coreutils=$pkgver")
conflicts=('coreutils')
source=("git+https://git.savannah.gnu.org/git/coreutils.git")