summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2018-06-15 02:05:45 +0200
committerJonas Große Sundrup2018-06-15 02:05:45 +0200
commit82469538eca7393047953d972f7d9ce2122e0ca9 (patch)
treea4753771f5c2e9a75b589f5c724fcb44770dc5cc
parent6a49fc6f29b1d3943e918546a3d08eb9c0bd8f84 (diff)
downloadaur-82469538eca7393047953d972f7d9ce2122e0ca9.tar.gz
Package v0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7653309f864..c3012aa87155 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -10,8 +10,8 @@ pkgbase = blinky
depends = python-requests
depends = python-termcolor
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.1.tar.gz
- sha256sums = d784101f95b511331cf4816fb88e084065634b9faa2c4b1696e5c19a43da561a
+ source = https://github.com/cherti/blinky/archive/v0.2.tar.gz
+ sha256sums = e699b9164be3b886a6ff48dc834e6c25ecf31e5bc7599895159a06bcc6d66015
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 2809e41a6ef0..7ffc00867c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
@@ -16,8 +16,8 @@ depends=('python' 'pyalpm' 'python-requests' 'python-termcolor')
#backup=()
options=(!emptydirs)
#install=
-source=('https://github.com/cherti/blinky/archive/v0.1.tar.gz')
-sha256sums=('d784101f95b511331cf4816fb88e084065634b9faa2c4b1696e5c19a43da561a')
+source=('https://github.com/cherti/blinky/archive/v0.2.tar.gz')
+sha256sums=('e699b9164be3b886a6ff48dc834e6c25ecf31e5bc7599895159a06bcc6d66015')
package() {
cd "$srcdir/$pkgname-$pkgver"