summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJelle van der Waa2021-04-20 21:41:06 +0200
committerJelle van der Waa2021-04-20 21:41:06 +0200
commit1cfb4a90f389be6e750ac1cb917c5de7a6913df5 (patch)
tree8f83189b4ae7f9a9d1ba2d6ec242fda0cb49798f /PKGBUILD
parent5908d96e11c918d11c9b9d886a64a52d10518785 (diff)
downloadaur-archlinux-repro-git.tar.gz
Add replaces/provides and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91111ae5c9f9..0481e0342483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Jelle van der Waa <jelle@archlinux.org>
pkgname=archlinux-repro-git
-pkgver=r116.a1dc7bd
+pkgver=r247.691d869
pkgrel=1
pkgdesc='Tools to reproduce arch linux packages'
arch=('any')
license=('MIT')
makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
+provides=('archlinux-repro')
+replaces=('archlinux-repro')
url="http://github.com/archlinux/archlinux-repro"
source=("git+https://github.com/archlinux/archlinux-repro.git")
sha256sums=('SKIP')