Adding replace line to PKGBUILD

This commit is contained in:
DarkFeather 2019-05-06 02:52:38 -05:00
parent 310c7783e9
commit 86cbdbbab9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Shikoba Kage <darkfeather@aninix.net> # Maintainer: Shikoba Kage <darkfeather@aninix.net>
pkgname=shadowarch pkgname=shadowarch
pkgver=0.1.c12535d pkgver=0.1.310c778
pkgver() { pkgver() {
printf "0.1.""$(git rev-parse --short HEAD)" printf "0.1.""$(git rev-parse --short HEAD)"
} }
@ -17,7 +17,7 @@ checkdepends=()
optdepends=() optdepends=()
provides=('shadowarch') provides=('shadowarch')
conflicts=() conflicts=()
replaces=() replaces=('aninix-misc-scripts')
backup=() backup=()
options=() options=()
install= install=