summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Große Sundrup2018-12-29 21:53:27 +0100
committerJonas Große Sundrup2018-12-29 21:53:44 +0100
commit654e707e7048a84c3a84bff5ba9e724f26ce0cf2 (patch)
tree13acc62fc7e0d1dcd14e92bc62ebb0692238582e
parenta945cea7dd09d92ae368a3cf466fb6910456778e (diff)
downloadaur-654e707e7048a84c3a84bff5ba9e724f26ce0cf2.tar.gz
package v0.12
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd43fca8f0c..f25d761dc30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.10.1
+ pkgver = 0.12
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -9,9 +9,10 @@ pkgbase = blinky
depends = pyalpm
depends = python-requests
depends = python-termcolor
+ depends = colordiff
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.10.1.tar.gz
- sha256sums = 56e89b45fc16105fe4659b646b9527034176efbc41b690dc390486214526232f
+ source = https://github.com/cherti/blinky/archive/v0.12.tar.gz
+ sha256sums = 4010887c07491515c1e0cb412783d8222e0437e1e6a6003c8474607d0a156a73
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 56e1539d02dc..46d53c6c47f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.10.1
+pkgver=0.12
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
url="https://github.com/cherti/blinky"
license=('GPLv3')
-depends=('python' 'pyalpm' 'python-requests' 'python-termcolor')
+depends=('python' 'pyalpm' 'python-requests' 'python-termcolor' 'colordiff')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.10.1.tar.gz')
-sha256sums=('56e89b45fc16105fe4659b646b9527034176efbc41b690dc390486214526232f')
+source=('https://github.com/cherti/blinky/archive/v0.12.tar.gz')
+sha256sums=('4010887c07491515c1e0cb412783d8222e0437e1e6a6003c8474607d0a156a73')
package() {
cd "$srcdir/$pkgname-$pkgver"