summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-21 09:26:33 -0200
committerGiancarlo Razzolini2016-10-21 09:26:33 -0200
commit4dea42b776e32f41e2fc55624134b67c65a6ba59 (patch)
tree0bcb3216bd4878a4c6c5dd05c85131213ef43b7e
parente5c8f8b60844e5ea7f1fddff9c15fe528741d1e9 (diff)
downloadaur-4dea42b776e32f41e2fc55624134b67c65a6ba59.tar.gz
* Cleanup and improvements.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea63d57bd704..e038bdebaebe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 20:43:58 UTC 2016
+# Fri Oct 21 11:26:27 UTC 2016
pkgbase = mkinitcpio-utils
pkgdesc = Collection of Archlinux mkinitcpio utilities performing various tasks
pkgver = 0.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/grazzolini/mkinitcpio-utils
- install = mkinitcpio-utils.install
changelog = ChangeLog
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index e324d33dc10b..8979db4ec069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=mkinitcpio-utils
pkgver=0.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Collection of Archlinux mkinitcpio utilities performing various tasks"
arch=('any')
url="https://github.com/grazzolini/mkinitcpio-utils"
license=('BSD')
depends=('cryptsetup')
-optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root container remotely using dropbear' 'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root container remotely using tinyssh')
-install=$pkgname.install
+optdepends=('mkinitcpio-dropbear: Allow the encryptssh hook to unlock a root container remotely using dropbear'
+ 'mkinitcpio-tinyssh: Allow the encryptssh hook to unlock a root container remotely using tinyssh')
+#install=$pkgname.install
changelog='ChangeLog'
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('9d454006978f23abca61be71523454670b94ea6d8e08eeab2e61fc81da3e3f5e8ec2b053fb0a6f986ce673d8521aa2a5b5fe5f37d4dffc4e27fde1b238437470')