summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKarol Babioch2016-08-23 00:42:50 +0200
committerKarol Babioch2016-08-23 00:42:52 +0200
commit2083d0eddb8efb0278d93e294f1b413ff1f4e8c9 (patch)
tree4f4a597a66ba989e6d46020782e6536c93084065 /PKGBUILD
parent7c44b5b3f704244d654214e7a88b7cf32465fee6 (diff)
downloadaur-otca-git.tar.gz
Clean up PKGBUILD
This removes unused directives, which were leftovers from the prototype PKGBUILD that was initially used.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed6850d8dd21..a393587f1b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=otca-git
pkgver=1.r2.1dd2522
-pkgrel=1
+pkgrel=2
pkgdesc="otca is a script supporting you in quickly setting up a simple public-key infrastructure."
arch=('any')
url="https://github.com/kbabioch/otca/"
@@ -12,7 +12,6 @@ makedepends=('git')
provides=('otca')
conflicts=('otca')
backup=('etc/otca/otca.cnf')
-install=
source=('git+https://github.com/kbabioch/otca.git')
sha256sums=('SKIP')