summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGina White2016-10-14 16:02:08 -0700
committerGina White2016-10-14 16:02:08 -0700
commit2e7f96480abc590fc2539982107e24661bb30158 (patch)
tree1fc40762a64121fc3008401884b53d767cb913f6
parent28a84bb3ceea0be57962b5487d679631dbd2c783 (diff)
downloadaur-poltroon.tar.gz
Release 0.1.0.
. better status updates . can be used to install packages by name
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef274e15551..152f41a22561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = poltroon
pkgdesc = An AUR agent for that prioritizes managing batches of packages.
- pkgver = 0.0.2
- pkgrel = 3
+ pkgver = 0.1.0
+ pkgrel = 1
url = https://github.com/ginabythebay/poltroon
arch = x86_64
arch = i686
@@ -10,8 +10,8 @@ pkgbase = poltroon
depends = pacman
options = !strip
options = !emptydirs
- source = https://github.com/ginabythebay/poltroon/archive/v0.0.2.tar.gz
- sha256sums = 5ee3825234c0f6d6daff320a2a49df9490de1e804b50aeea309764f1228b03a5
+ source = https://github.com/ginabythebay/poltroon/archive/v0.1.0.tar.gz
+ sha256sums = 0a728594aa7466a3d9ceeac87871025725ab4e380beef0455bd389efa1e16104
pkgname = poltroon
diff --git a/PKGBUILD b/PKGBUILD
index b4173107aa7e..290d7524973b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Gina White <ginabytheabay@gmail.com>
pkgname=poltroon
-pkgver=0.0.2
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
pkgdesc="An AUR agent for that prioritizes managing batches of packages."
arch=('x86_64' 'i686')
url="https://github.com/ginabythebay/poltroon"
@@ -11,7 +11,7 @@ depends=('pacman')
makedepends=('go>=1.7 make go-bindata>=3.0.7 libunistring>=0.9.6-2 gcc')
options=('!strip' '!emptydirs')
source=("https://github.com/ginabythebay/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('5ee3825234c0f6d6daff320a2a49df9490de1e804b50aeea309764f1228b03a5')
+sha256sums=('0a728594aa7466a3d9ceeac87871025725ab4e380beef0455bd389efa1e16104')
_gourl=github.com/ginabythebay/poltroon