summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-10-19 08:58:11 +0200
committerChristian Hesse2022-10-19 08:58:11 +0200
commit8128f9dc9119ef2f8913cc03912ef493de0bd556 (patch)
tree49ae5bcf31eed4a86ce21bf61fd65c3cc25125ac
parentbb76a0b6de13d0ccf8e4fec3b31ae152c2a9301c (diff)
downloadaur-8128f9dc9119ef2f8913cc03912ef493de0bd556.tar.gz
commit mkinitcpio-ykfde 0.7.8-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5ebf37d3b6..4236a7d9ecf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mkinitcpio-ykfde
pkgdesc = Full disk encryption with Yubikey (Yubico key)
pkgver = 0.7.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eworm-de/mkinitcpio-ykfde
install = mkinitcpio-ykfde.install
arch = i686
arch = x86_64
license = GPL
- makedepends = markdown
+ makedepends = discount
makedepends = systemd
depends = yubikey-personalization
depends = cryptsetup
diff --git a/PKGBUILD b/PKGBUILD
index bfe4e04c6ae7..cbac919e42bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mkinitcpio-ykfde
pkgver=0.7.8
-pkgrel=1
+pkgrel=2
pkgdesc='Full disk encryption with Yubikey (Yubico key)'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/mkinitcpio-ykfde'
license=('GPL')
depends=('yubikey-personalization' 'cryptsetup' 'iniparser' 'libarchive' 'keyutils')
-makedepends=('markdown' 'systemd')
+makedepends=('discount' 'systemd')
install=mkinitcpio-ykfde.install
backup=('etc/ykfde.conf')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})