blob: 5ded4bf7ba0ba0e5df9e0f846357835ee660f8bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
pkgbase = remakepkg
pkgdesc = Apply changes to pacman packages
pkgver = 0.10.2
pkgrel = 1
url = https://gitlab.com/ayekat/pacman-hacks
arch = any
license = GPL3
makedepends = asciidoc
makedepends = git
depends = coreutils
conflicts = makemetapkg
source = git+https://gitlab.com/ayekat/pacman-hacks.git#tag=v0.10.2
source = diffrepo.hook.example
sha256sums = SKIP
sha256sums = 4b723cf33b30f6176f8f50623c2325d05d5dc70463ca2bcd893fae2ccab5776e
pkgname = remakepkg
depends = coreutils
depends = bash
depends = curl
depends = expac
depends = grep
depends = gzip
depends = fakeroot
depends = libarchive
depends = pacman
depends = sed
depends = sh
depends = vi
|