summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2016-08-23 00:42:50 +0200
committerKarol Babioch2016-08-23 00:42:52 +0200
commit2083d0eddb8efb0278d93e294f1b413ff1f4e8c9 (patch)
tree4f4a597a66ba989e6d46020782e6536c93084065
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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d601de40edb..2263340e6c2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otca-git
pkgdesc = otca is a script supporting you in quickly setting up a simple public-key infrastructure.
pkgver = 1.r2.1dd2522
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kbabioch/otca/
arch = any
license = GPL3
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')