summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-02-11 08:49:42 -0700
committerBrian Bidulock2020-02-11 08:49:42 -0700
commit8d3d873619e7ea2863a63b2c2daae7c47db4e34e (patch)
treea9e74e3557e28ef9b0d90b7688326ab9a82d3c0f
parent5734c31d125ade8bde9d7bdf6fffcd70e0abbd94 (diff)
downloadaur-8d3d873619e7ea2863a63b2c2daae7c47db4e34e.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 99590c5fe708..87da35a69d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xde-styles
pkgdesc = Four consistent styles across light-weight WMs for XDE
- pkgver = 1.3
+ pkgver = 1.4
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.3/xde-styles-1.3.tar.lz
- sha256sums = 814fe5d76b776215ca4066ca8543ef83f27b08e591da03551f1d49ef31824eeb
+ source = https://github.com/bbidulock/xde-styles/releases/download/1.4/xde-styles-1.4.tar.lz
+ sha256sums = 9b9a778131f2ad2e7bfcb91077ffb7fdf0a8bfd298f771988b801c66dc0e4678
pkgname = xde-styles
diff --git a/PKGBUILD b/PKGBUILD
index 05c020b9fc41..866fcdecad74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-styles
-pkgver=1.3
+pkgver=1.4
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=('814fe5d76b776215ca4066ca8543ef83f27b08e591da03551f1d49ef31824eeb')
+sha256sums=('9b9a778131f2ad2e7bfcb91077ffb7fdf0a8bfd298f771988b801c66dc0e4678')
build() {
cd $pkgname-$pkgver