summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6d54333e521..732d261d24ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Ivan Kovmir <ikovmir@darkn.space>
pkgname=untldr
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Minimalist tldr command line client'
arch=('any')
url="https://github.com/unInstance/untldr"
license=('Apache')
depends=('curl' 'libarchive')
conflicts=('tldr')
-replaces=('tldr')
options=('ccache')
install="${pkgname}.install"
changelog="${pkgname}.changelog"