summarylogtreecommitdiffstats
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
parent5908d96e11c918d11c9b9d886a64a52d10518785 (diff)
downloadaur-archlinux-repro-git.tar.gz
Add replaces/provides and dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79338327f22..b60c4fb05965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = archlinux-repro-git
pkgdesc = Tools to reproduce arch linux packages
- pkgver = r116.a1dc7bd
+ pkgver = r247.691d869
pkgrel = 1
url = http://github.com/archlinux/archlinux-repro
arch = any
@@ -11,6 +11,10 @@ pkgbase = archlinux-repro-git
depends = curl
depends = gnupg
depends = git
+ depends = diffutils
+ depends = zstd
+ provides = archlinux-repro
+ replaces = archlinux-repro
source = git+https://github.com/archlinux/archlinux-repro.git
sha256sums = SKIP
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')