summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Chan2020-06-14 11:34:23 +0100
committerRyan Chan2020-06-14 11:34:23 +0100
commitfb0f538e62abaf413f98553c10515695fd418e73 (patch)
tree0bfc0908ef8216237fc44bfe9f00ca01a3f9a5db
parent2ba569855b6baa4513498a810b15a814cb36bf28 (diff)
downloadaur-fb0f538e62abaf413f98553c10515695fd418e73.tar.gz
Update version 0.5.0 -> 0.6.0
License change from Unlicense to WTFPL
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0a2e3572a21..5dadf6ef1219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Ryan Chan <ryan at rycwo dot xyz>
pkgname="lemons"
-pkgver="0.5.0"
-pkgrel=2
+pkgver="0.6.0"
+pkgrel=0
pkgdesc="Output script for lemonbar"
arch=("any")
url="https://git.sr.ht/~rycwo/lemons"
-license=("custom:Unlicense")
+license=("custom:WTFPL")
depends=(
"bash"
"lemonbar-xft-git"
@@ -19,7 +19,7 @@ depends=(
"iw")
optdepends=("otf-san-francisco-mono: for a nice default font")
source=("https://git.sr.ht/~rycwo/""$pkgname""/archive/""$pkgver"".tar.gz")
-sha256sums=('ddd1981aa586c59ee5e9cc4fc88de5a8f252bb3bc9abf9b7354106b7e5d3f420')
+sha256sums=('59cd16176a7c21eba5cbe16618d1d1e367404151f4dd92ee23217aaad2f96631')
package() {
cd "$srcdir""/""$pkgname""-""$pkgver"