blob: f910680392a77ef3d6e97139460ce229c92d8443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = git-series-git
pkgdesc = Track changes to a patch series over time
pkgver = 0.9.1.r34.g9c5d40e
pkgrel = 1
url = https://github.com/git-series/git-series
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
makedepends = libgit2
makedepends = libssh2
depends = libgit2
depends = libssh2
depends = openssl
provides = git-series
conflicts = git-series
source = git+https://github.com/git-series/git-series.git#branch=master
sha256sums = SKIP
pkgname = git-series-git
|