summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3791e473257a..a0325861c60c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: William Hahn <bill@hahn3.com>
pkgname=wrapaur
-pkgver=2.0.9
-pkgrel=3
+pkgver=2.0.10
+pkgrel=1
pkgdesc="A simple pacman and AUR wrapper written in bash to help with everyday package tasks"
arch=('i686' 'x86_64')
url="https://aur.archlinux.org/packages/wrapaur/"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('bash' 'coreutils' 'curl' 'grep' 'gawk' 'sed' 'git' 'pacman' 'sudo')
optdepends=('s-nail: required for mail notifications')
source=("wrapaur")
-md5sums=('c78df0bfef4836aa354b07c480fbbc60')
+md5sums=('50e7d9bee3af49f0ebf7ec9f63dee237')
package() {
install -Dm755 wrapaur "$pkgdir/usr/bin/wrapaur"