summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasdfg2022-04-12 17:55:03 +0300
committerasdfg2022-04-12 17:55:03 +0300
commitadb90d32c57790f44c36db2d342192939ac87266 (patch)
tree2f9bbe5eae5c96f9f5deaa3a9bf6ca994c501923
parent21e9d3a9721a6c218118650c591a61202753003c (diff)
downloadaur-adb90d32c57790f44c36db2d342192939ac87266.tar.gz
updated info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--minq-ananicy-git.install9
3 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a956b621e6..c311ef6550c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = minq-ananicy-git
pkgdesc = Minq Ananicy - fork of Ananicy with support for cmdline and more frequently updated rules
- pkgver = 2.2.1.r83.g9595dc5
+ pkgver = 2.2.1.r85.gc42c9c9
pkgrel = 1
url = https://github.com/kuche1/minq-ananicy
install = minq-ananicy-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 24f4be4a3a33..cbe1a3795e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ratata
pkgname=minq-ananicy-git
-pkgver=2.2.1.r81.g8665be4
+pkgver=2.2.1.r85.gc42c9c9
pkgrel=1
pkgdesc="Minq Ananicy - fork of Ananicy with support for cmdline and more frequently updated rules"
arch=('any')
diff --git a/minq-ananicy-git.install b/minq-ananicy-git.install
index 235c6d878d14..c2ee1c34e53f 100644
--- a/minq-ananicy-git.install
+++ b/minq-ananicy-git.install
@@ -1,11 +1,10 @@
post_install() {
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
- echo "To stop until next restart:"
- echo "\$ sudo systemctl stop ananicy"
- echo "To disable:"
+ echo "To enable until next restart:"
+ echo "\$ sudo systemctl start ananicy"
+ echo "To enable and presist after restart:"
+ echo "\$ sudo systemctl start ananicy"
echo "\$ sudo systemctl disable ananicy"
echo "Configs are located in /etc/ananicy.d/"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
- sudo systemctl restart ananicy
- sudo systemctl enable ananicy
}