summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Brunelli2015-06-16 17:49:37 -0300
committerIan Brunelli2015-06-16 17:49:37 -0300
commit43fd444e4fa7e217239fae82dc0748298ffc16e2 (patch)
treed7d03a269bfe7301152c2ac5f278ddde8eb868d8
parentec935e93e8ec0a278e24f53fa355fcc51759ff5a (diff)
downloadaur-43fd444e4fa7e217239fae82dc0748298ffc16e2.tar.gz
Updated version (1.0 -> 1.0.1).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1c5ddd1faff..c571fca67fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aurupbot
pkgdesc = A script to automatically maintain your VCS-based AUR packages for you
- pkgver = 1.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/ianbrunelli/aurupbot
arch = any
@@ -11,8 +11,8 @@ pkgbase = aurupbot
depends = pkgbuild-introspection
optdepends = libnotify: send desktop notifications
optdepends = s-nail: send reports using the mail command
- source = https://github.com/ianbrunelli/aurupbot/archive/v1.0.tar.gz
- sha256sums = b152c2bd9b23fe805ca9a6b08998ea8332379cb94fdb5e6530d397058073e7a4
+ source = https://github.com/ianbrunelli/aurupbot/archive/v1.0.1.tar.gz
+ sha256sums = c838e2dc9babf5d017ad1f40f546c7b59f22f608688894875978e5aa7f27f441
pkgname = aurupbot
diff --git a/PKGBUILD b/PKGBUILD
index 89bb54096c31..93292544df7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ian Brunelli <ian@brunelli.me>
pkgname=aurupbot
-pkgver=1.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A script to automatically maintain your VCS-based AUR packages for you"
arch=(any)
@@ -11,7 +11,7 @@ depends=(curl git namcap pkgbuild-introspection)
optdepends=("libnotify: send desktop notifications"
"s-nail: send reports using the mail command")
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=(b152c2bd9b23fe805ca9a6b08998ea8332379cb94fdb5e6530d397058073e7a4)
+sha256sums=(c838e2dc9babf5d017ad1f40f546c7b59f22f608688894875978e5aa7f27f441)
package() {
mkdir -p "$pkgdir/usr/bin"