summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Laurén2018-04-09 16:05:23 +0300
committerSamuel Laurén2018-04-09 16:05:23 +0300
commitfa470c7aaba18ad64b9b2cc7be1db05f31f8c768 (patch)
treebd5392c0ff33e13484812f7a73ab0221f13e0b4d /PKGBUILD
parent04ffc8ee26c976d432fcd3627ca28446e8076333 (diff)
downloadaur-fa470c7aaba18ad64b9b2cc7be1db05f31f8c768.tar.gz
Update to 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e2e2be730c8..f54bbdffc397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Samuel Laurén <samuel dot lauren at iki dot fi>
pkgname=xcolor
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="Lightweight color picker for X11"
arch=(x86_64)
@@ -9,7 +9,7 @@ license=(MIT)
depends=("libxcb")
makedepends=("rust" "cargo" "python")
source=("https://github.com/Soft/xcolor/archive/${pkgver}.tar.gz")
-md5sums=("7192f03c4e3050b22d9ec8afd8f804d6")
+md5sums=("614f6c07a1c6ee6da065e7d1d68fd861")
build() {