summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2023-07-12 02:48:46 +0200
committergit user2023-07-12 02:48:46 +0200
commit541ef44387e8c518542a6538363385c3643d77e2 (patch)
tree2e47b26ba918f015403b0b2d5f4db88a12d57fc2
parent02d09a2697c5d51584b5a1547dc0bfe175d2ef35 (diff)
downloadaur-541ef44387e8c518542a6538363385c3643d77e2.tar.gz
renamed optional dependency 'pac-snap' to 'snap-pac' (correction of a miss-spelling).
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b9487f624a8..4c4074495a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pacman-boot-backup-hook-nosystemd
pkgdesc = Pacman hook that creates a copy of the /boot directory when via a pacman operation something is changed there.
pkgver = 1.6
- pkgrel = 3
+ pkgrel = 4
install = pacman-boot-backup-hook.install
changelog = CHANGELOG
arch = any
license = MIT
makedepends = ncurses
depends = bash
- optdepends = pac-snap: To save away the created backup in a btrfs snapshot of the root file system.
+ optdepends = snap-pac: To save away the created backup in a btrfs snapshot of the root file system.
provides = pacman-boot-backup-hook
conflicts = pacman-boot-backup-hook
backup = etc/pacman-boot-backup.conf
diff --git a/PKGBUILD b/PKGBUILD
index d75ba3367c5e..ea986f26cbe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
_pkgname=pacman-boot-backup-hook
pkgname="${_pkgname}-nosystemd"
pkgver=1.6
-pkgrel=3
+pkgrel=4
pkgdesc="Pacman hook that creates a copy of the /boot directory when via a pacman operation something is changed there."
depends=('bash')
makedepends=('ncurses')
-optdepends=('pac-snap: To save away the created backup in a btrfs snapshot of the root file system.')
+optdepends=('snap-pac: To save away the created backup in a btrfs snapshot of the root file system.')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
backup=('etc/pacman-boot-backup.conf')