summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d22f6f84ed2f..531d3c459547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=c-lolcat
pkgver=r34.8e95919
-pkgrel=3
+pkgrel=4
pkgdesc="High-performance implementation of lolcat"
arch=('i686' 'x86_64')
url="https://github.com/jaseg/lolcat"
license=('WTFPL')
depends=()
makedepends=()
-conflicts=('lolcat')
+conflicts=('lolcat' 'pyhton-lolcat')
source=("$pkgname"::'git+https://github.com/jaseg/lolcat.git')
sha256sums=('SKIP')
@@ -19,7 +19,7 @@ pkgver() {
}
prepare() {
- cd "$pkgname"
+ cd "$srcdir/$pkgname"
git submodule update --init musl
}