summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-05-13 14:44:17 +0800
committerChocobo12023-05-13 14:44:17 +0800
commitd285872ca0a73b19777106946d307144d06c88fe (patch)
treed0e5bc8f726328b9f91f0572975d380c635902ca
parent8872ac4c83f6de6ed8c1ecd452f31c5ca57db7ce (diff)
downloadaur-d285872ca0a73b19777106946d307144d06c88fe.tar.gz
upgpkg: coreutils-git 9.3.r29.g059e53e5b-1
-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")