summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArsen Musayelyan2020-08-25 11:44:20 -0700
committerArsen Musayelyan2020-08-25 11:44:20 -0700
commit5cb8cad7466ae325dea27dfd34f3e10611823032 (patch)
tree01e21a375010802b847890487498b6f1c3b5f820 /PKGBUILD
parent8ae19b1b20b0f09c694163a43c0054e3b84a6bca (diff)
downloadaur-5cb8cad7466ae325dea27dfd34f3e10611823032.tar.gz
Add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80301d79b163..29ca0546e0f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Arsen Musayelyan <moussaelianarsen@gmail.com>
pkgname=pak-git
-pkgver=r5.c1917b0
+pkgver=r8.5635d2a
pkgrel=1
pkgdesc="Changes pacman syntax to be more like APT"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('GPLv3')
depends=('pak-config')
-replaces=('pak')
+provides=('pak')
+conflicts=('pak')
makedepends=('go')
source=('git+https://gitlab.com/moussaelianarsen/pak.git')
md5sums=('SKIP')