summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2019-12-18 19:59:08 +0200
committerAlexander Agura2019-12-18 19:59:08 +0200
commita1920c732b85c642f719b25b2901c9ec83f64417 (patch)
tree64bcd9f1c0139c0fb4d284c6e23cb66c3b64f781
parent845ab901afe0323a144b61ac0fae236f85cb6536 (diff)
downloadaur-a1920c732b85c642f719b25b2901c9ec83f64417.tar.gz
Aghh, why would I backup systemd services?
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36f10d5fba04..278d406941a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = find-the-command
pkgdesc = Advanced command-not-found hook for bash and zsh using the power of pacman
pkgver = 1.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/agura-lex/find-the-command
install = find-the-command.install
arch = any
@@ -9,8 +9,6 @@ pkgbase = find-the-command
depends = pacman>=5.0
optdepends = zsh: cool interactive shell with plenty of features
optdepends = sudo: for root access (needed for packages installation)
- backup = usr/lib/systemd/system/pacman-files.service
- backup = usr/lib/systemd/system/pacman-files.timer
source = https://github.com/agura-lex/find-the-command/archive/1.4.1.tar.gz
md5sums = 69ea3d114ec0af62380da253a3a7f86a
diff --git a/PKGBUILD b/PKGBUILD
index 9996a1cb1946..77bc4be6aa01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Alexander Agura <agur4ik09@gmail.com>
+# Maintainer: Alexander Agura <agura@tfwno.gf>
pkgname=find-the-command
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Advanced command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
url="https://github.com/agura-lex/find-the-command"
@@ -9,8 +9,6 @@ license=('custom:WTFPL')
depends=('pacman>=5.0')
optdepends=('zsh: cool interactive shell with plenty of features'
'sudo: for root access (needed for packages installation)')
-backup=('usr/lib/systemd/system/pacman-files.service'
- 'usr/lib/systemd/system/pacman-files.timer')
install=find-the-command.install
source=("https://github.com/agura-lex/$pkgname/archive/$pkgver.tar.gz")
md5sums=('69ea3d114ec0af62380da253a3a7f86a')