summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fdd7f0f1f74..3435159f526f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ananicy-git
pkgdesc = Ananicy - is Another auto nice daemon, with community rules support
- pkgver = 2.1.0.r12.g38eb477
+ pkgver = 2.2.1.r41.gee9f517
pkgrel = 1
url = https://github.com/Nefelim4ag/Ananicy.git
install = ananicy-git.install
@@ -11,6 +11,7 @@ pkgbase = ananicy-git
depends = systemd
depends = bash
depends = schedtool
+ provides = ananicy
backup = etc/ananicy.d/ananicy.conf
source = ananicy-git::git+https://github.com/Nefelim4ag/Ananicy.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d8fc3744d40..6a3bed2ee52d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timofey Titovets <nefelim4ag@gmail.com>
pkgname=ananicy-git
-pkgver=2.1.0.r12.g38eb477
+pkgver=2.2.1.r41.gee9f517
pkgrel=1
pkgdesc="Ananicy - is Another auto nice daemon, with community rules support"
arch=('any')
@@ -12,6 +12,7 @@ makedepends=('git' 'make')
source=("$pkgname"::'git+https://github.com/Nefelim4ag/Ananicy.git#branch=master')
md5sums=('SKIP')
install=$pkgname.install
+provides=(ananicy)
backup=( 'etc/ananicy.d/ananicy.conf' )
pkgver() {