summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2021-08-25 19:11:36 +0200
committerRicardo (XenGi) Band2021-08-25 19:11:36 +0200
commit9f671eff98e89848399404fdc412fe5543eedfe5 (patch)
tree866e1e1099bdd02cda373534deb52c5f7c662cb1 /PKGBUILD
parent2e16558e06e870aeee0b0464f97c1ad09a1fa2bb (diff)
downloadaur-9f671eff98e89848399404fdc412fe5543eedfe5.tar.gz
now providing lolcat
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76035a5774ab..f0725a8cd656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=c-lolcat
_pkgname=lolcat
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="High-performance implementation of lolcat"
arch=('i686' 'x86_64')
url="https://github.com/jaseg/lolcat"
license=('WTFPL')
depends=()
makedepends=()
-conflicts=('lolcat' 'python-lolcat')
-source=("https://github.com/jaseg/lolcat/archive/v${pkgver}.tar.gz")
+conflicts=('lolcat')
+provides=('lolcat')
+source=("https://github.com/jaseg/${_pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('b6e1a0e24479fbdd4eb907531339e2cafc0c00b78d19caf70e8377b8b7546331')
#prepare() {