summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c7238c0f4e5..ef2fa0225e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=tar-git
-pkgver=1.29.r24.gede0d1b
+pkgver=1.33.r106.g4177c98b
pkgrel=1
pkgdesc="Utility used to store, backup, and transport files"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.gnu.org/software/tar/"
license=('GPL3')
depends=('glibc')
makedepends=('git')
-provides=('tar')
+provides=("tar=$pkgver")
conflicts=('tar')
source=("git+https://git.savannah.gnu.org/git/tar.git")
sha256sums=('SKIP')
@@ -25,7 +25,8 @@ build() {
cd "tar"
./bootstrap
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}