diff options
author | PeeK1e | 2021-07-01 15:48:09 +0200 |
---|---|---|
committer | PeeK1e | 2021-07-01 15:48:09 +0200 |
commit | 2d692111825396832862033c99774c8780e75cf9 (patch) | |
tree | 69152793824f339d41cbafbbb3f3f84247efe80d | |
parent | 8c8cfa010986c144c47b659305a54fde4546de39 (diff) | |
download | aur-2d692111825396832862033c99774c8780e75cf9.tar.gz |
add provides section
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ pkgbase = bomutils license = GPL2 source = bomutils::git+https://github.com/peek1e/bomutils md5sums = skip + provides = bomutils conflicts = bomutils-git pkgname = bomutils @@ -8,6 +8,7 @@ arch=('x86_64') license=('GPL2') source=("$pkgname::git+https://github.com/PeeK1e/$pkgname") makedepends=() +provides=('bomutils') conflicts=('bomutils-git') md5sums=('SKIP') |