summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-05-18 01:27:06 -0600
committerBrian Bidulock2021-05-18 01:27:06 -0600
commit8220a7e02ad4163f96f8e1fc12b9440ffc61f871 (patch)
tree566bab78bede5c1e6774f974bd68770f32dddf3a
parent06693f026030ad8c7087721c5a9144a447fbd448 (diff)
downloadaur-unexicon-sound-theme.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 9379eb68f8b0..2e2a149211dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unexicon-sound-theme
pkgdesc = XDG sound theme for the unexicon distribution
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/bbidulock/
arch = any
@@ -14,8 +14,8 @@ pkgbase = unexicon-sound-theme
depends = sound-theme-freedesktop
depends = sound-theme-smooth
depends = linux-a11y-sound-theme
- source = https://github.com/bbidulock/unexicon-sound-theme/releases/download/1.0/unexicon-sound-theme-1.0.tar.lz
- sha256sums = 0d9d3f72dd27e2da7a2cf47ddf4f100882102e0aeb55bfce16b132de4814c115
+ source = https://github.com/bbidulock/unexicon-sound-theme/releases/download/1.1/unexicon-sound-theme-1.1.tar.lz
+ sha256sums = 5994ff1c2af4903d3ac31f5926ea931f2a129126af6e94cd0e613c8b22bc5af4
pkgname = unexicon-sound-theme
diff --git a/PKGBUILD b/PKGBUILD
index f4185b915840..83cf6ee2c9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgdesc="XDG sound theme for the unexicon distribution"
pkgname=unexicon-sound-theme
-pkgver=1.0
+pkgver=1.1
pkgrel=1
arch=('any')
license=('GPL')
@@ -10,7 +10,7 @@ groups=('unexicon')
depends=('sound-theme-freedesktop' 'sound-theme-smooth' 'linux-a11y-sound-theme')
makedepends=('git' 'pkgconfig' 'flite' 'flite-voices' 'sox')
source=("https://github.com/bbidulock/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.lz")
-sha256sums=('0d9d3f72dd27e2da7a2cf47ddf4f100882102e0aeb55bfce16b132de4814c115')
+sha256sums=('5994ff1c2af4903d3ac31f5926ea931f2a129126af6e94cd0e613c8b22bc5af4')
build() {
cd ${pkgname}-${pkgver}