summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasdfg2022-04-12 17:03:16 +0300
committerasdfg2022-04-12 17:03:16 +0300
commita81723e93568e616ec49dae8e96107c46bacf632 (patch)
tree20d500d7e6263a4a72b6f549cf6a3591b9729e5b
parent689318a1736091f9398bae0b1c96f152b3b44977 (diff)
downloadaur-a81723e93568e616ec49dae8e96107c46bacf632.tar.gz
auto enable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--minq-ananicy-git.install12
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96faff19e260..d6533d4c1d97 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 = r628.552bd8e3c74b4643ff7eb691d63523cc6b479ab0
+ pkgver = r630.67ba26f7c67270e122faabf8c83cd3d512552759
pkgrel = 1
url = https://github.com/kuche1/minq-ananicy
install = minq-ananicy-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 6ecfa93b4cd4..340eab87bb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ratata
pkgname=minq-ananicy-git
-pkgver=r628.552bd8e3c74b4643ff7eb691d63523cc6b479ab0
+pkgver=r630.67ba26f7c67270e122faabf8c83cd3d512552759
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 f4c942416294..3d678f7f1dc6 100644
--- a/minq-ananicy-git.install
+++ b/minq-ananicy-git.install
@@ -1,5 +1,11 @@
post_install() {
- echo "To enable:"
- echo "\$ sudo systemctl enable ananicy"
- echo "Configs in /etc/ananicy.d/"
+ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
+ echo "To stop until next restart:"
+ echo "\$ sudo systemctl stop ananicy"
+ echo "To disable:"
+ echo "\$ sudo systemctl disable ananicy"
+ echo "Configs are located in /etc/ananicy.d/"
+ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
+ sudo systemctl start ananicy
+ sudo systemctl enable ananicy
}