From 971b16ba06db79e536cf14d653e4314ef0c97f42 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 11 Mar 2014 00:21:20 +0400 Subject: [PATCH] Update version (0.5) and package commentary --- aurel.el | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/aurel.el b/aurel.el index 85faccd..154f52c 100644 --- a/aurel.el +++ b/aurel.el @@ -1,10 +1,10 @@ -;;; aurel.el --- Search, get info and download AUR packages +;;; aurel.el --- Search, get info, vote and download AUR packages ;; Copyright (C) 2014 Alex Kost ;; Author: Alex Kost ;; Created: 6 Feb 2014 -;; Version: 0.4 +;; Version: 0.5 ;; URL: https://github.com/alezost/aurel ;; Keywords: tools @@ -23,9 +23,9 @@ ;;; Commentary: -;; The package provides an interface for searching, getting information -;; and downloading packages from the Arch User Repository (AUR) -;; . +;; The package provides an interface for searching, getting information, +;; voting, subscribing and downloading packages from the Arch User +;; Repository (AUR) . ;; To manually install the package, add the following to your init-file: ;; @@ -57,7 +57,15 @@ ;; find what packages are installed. To disable that, set ;; `aurel-installed-packages-check' to nil. -;; For full description, see . +;; To vote/subscribe for a package, press "v"/"s" (with prefix +;; unvote/unsubscribe) in a package info buffer (you should have an AUR +;; account for that). To add information about "Voted"/"Subscribed" +;; status, use the following: +;; +;; (setq aurel-aur-user-package-info-check t) + +;; For full description and screenshots, see +;; . ;;; Code: