summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-05-03 23:49:34 -0600
committerBrian Bidulock2020-05-03 23:49:34 -0600
commit912833e54844097a72bd1d220c5ae6e28efd39a0 (patch)
tree671a5d5b524b1c71165c1d64d1e2c0a7311f7dda
parentd0982ce23e5c7c452fda8187110575bb7f65e649 (diff)
downloadaur-912833e54844097a72bd1d220c5ae6e28efd39a0.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5bcad819c17..ad699048c5ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-styles
pkgdesc = Four consistent styles across light-weight WMs for XDE
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = http://github.com/bbidulock/xde-styles
arch = any
@@ -12,8 +12,8 @@ pkgbase = xde-styles
optdepends = xde-menu: for root menus
optdepends = xde-ctools: for window menus
optdepends = xde-session: for key bindings
- source = https://github.com/bbidulock/xde-styles/releases/download/1.5/xde-styles-1.5.tar.lz
- sha256sums = 446ceacaad23e46a4646546eeaf85b3f13cbfc30d8f9fd7b9b5a3cc1bca54a70
+ source = https://github.com/bbidulock/xde-styles/releases/download/1.6/xde-styles-1.6.tar.lz
+ sha256sums = 6054432b8f9d0f6d95ca4bf123a8ddcd6d769ac9773a034aac69968f5c897968
pkgname = xde-styles
diff --git a/PKGBUILD b/PKGBUILD
index 76469d2650fb..709d84a85188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-styles
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="Four consistent styles across light-weight WMs for XDE"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('xdg-launch: for key bindings'
'xde-ctools: for window menus'
'xde-session: for key bindings')
source=("https://github.com/bbidulock/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.lz")
-sha256sums=('446ceacaad23e46a4646546eeaf85b3f13cbfc30d8f9fd7b9b5a3cc1bca54a70')
+sha256sums=('6054432b8f9d0f6d95ca4bf123a8ddcd6d769ac9773a034aac69968f5c897968')
build() {
cd $pkgname-$pkgver