summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2017-03-22 12:21:50 +0100
committerRichard Neumann2017-03-22 12:21:50 +0100
commit61f90202d997566639dbf1efd7ae4bf835ac7f6c (patch)
tree8dadcdd0a8a24694c71acde37cc6c16fad5c9246
parent0e84ddb6037b3bf13b4e369cadf8e3674d5cb183 (diff)
downloadaur-61f90202d997566639dbf1efd7ae4bf835ac7f6c.tar.gz
Removed obsolete build dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c136ee142384..e5952f843549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Mar 22 11:06:46 UTC 2017
+# Wed Mar 22 11:21:35 UTC 2017
pkgbase = mkinitcpio-fbsplash
pkgdesc = Tools to include a framebuffer based boot splash within the initcpio
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://aur.archlinux.org/packages/mkinitcpio-fbsplash/
arch = any
license = GPL3
- makedepends = unzip
- makedepends = findutils
depends = bash
optdepends = fbv: for image generation script.
conflicts = fbsplash
diff --git a/PKGBUILD b/PKGBUILD
index 9e1482980c37..ee17aa3f723f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname='mkinitcpio-fbsplash'
pkgver='1.0.1'
-pkgrel=2
+pkgrel=3
url="https://aur.archlinux.org/packages/${pkgname}/"
pkgdesc='Tools to include a framebuffer based boot splash within the initcpio'
arch=('any')
license=('GPL3')
depends=('bash')
optdepends=('fbv: for image generation script.')
-makedepends=('unzip' 'findutils')
source=('fbsplash.hook' 'fbsplash.install' 'mkfbsplash')
sha256sums=('a9a490071b8ec3232c1e012cbbde5a871d55c29726b84ad099e1a0f0ba0ddf71'
'2b16aa38772542d19be1c5aa652641b2acc189c2428a35681b8e55d7486e1668'