makedeb


ananicy 2.2.1-2


Another auto nice daemon, with community rules support

Click here to go back to the commit logs for ananicy.

Commit:


Hash: 9f1517a875d00a8c180a27767ba20ffe7ac0e309

Message: Corrected backup

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3523192..7d0b2e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
-generated-by = makedeb-makepkg
-
-pkgbase = ananicy
-	pkgdesc = Another auto nice daemon, with community rules support
-	pkgver = 2.2.1
-	pkgrel = 1
-	url = https://github.com/Nefelim4ag/Ananicy.git
-	arch = any
-	license = GPL3
-	makedepends = git
-	makedepends = make
-	depends = bash
-	depends = schedtool
-	depends = python3
-	optdepends = systemd: systemd service
-	backup = etc/ananicy.d/ananicy.conf
-	source = ananicy::git+https://github.com/Nefelim4ag/Ananicy.git#tag=2.2.1
-	sha256sums = SKIP
-
+generated-by = makedeb
 pkgname = ananicy
+pkgbase = ananicy
+pkgdesc = Another auto nice daemon, with community rules support
+pkgrel = 2
+pkgver = 2.2.1
+url = https://github.com/Nefelim4ag/Ananicy.git
+arch = any
+backup = /etc/ananicy.d/ananicy.conf
+depends = bash
+depends = schedtool
+depends = python3
+license = GPL3
+makedepends = git
+makedepends = make
+optdepends = systemd: systemd service
+source = ananicy::git+https://github.com/Nefelim4ag/Ananicy.git#tag=2.2.1
+sha256sums = SKIP
+makedepends = git
+makedepends = make
+optdepends = systemd: systemd service
diff --git a/PKGBUILD b/PKGBUILD
index b9797d1..80bbae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=ananicy
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Another auto nice daemon, with community rules support"
 arch=('any')
 url="https://github.com/Nefelim4ag/Ananicy.git"
@@ -13,7 +13,7 @@ optdepends=('systemd: systemd service')
 makedepends=('git' 'make')
 source=("$pkgname"::"git+https://github.com/Nefelim4ag/Ananicy.git#tag=${pkgver}")
 sha256sums=('SKIP')
-backup=('etc/ananicy.d/ananicy.conf')
+backup=('/etc/ananicy.d/ananicy.conf')
 
 package() {
   cd "$srcdir/${pkgname}/"