summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Wozniak2017-02-26 13:57:37 +0100
committerPatrick Wozniak2017-02-26 13:57:37 +0100
commitb4083c216fdb3e65a181dd63fe0b2340a75cf28b (patch)
treed90ea66704fd126fbae274977d5d5fcd0b1fd1a3 /PKGBUILD
parentafad72d4e414e0bff91de93f15b8123aa9c16307 (diff)
downloadaur-kwakd.tar.gz
conflict with kwakd-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4dd91bcba2c..f933e567df42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kwakd
pkgver=0.5
-pkgrel=4
+pkgrel=5
pkgdesc="A web server serving blank html pages"
url="https://code.google.com/p/kwakd/"
@@ -14,7 +14,7 @@ depends=( 'bash' )
makedepends=(
'git'
)
-
+conflicts=('kwakd-git')
source=(
"$pkgname::https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz"
"$pkgname.service"