summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-09-11 21:45:27 -0600
committerBrian Bidulock2022-09-11 21:45:27 -0600
commit71bb5f4f029dfb66b57d79720d2332a2c5ede957 (patch)
tree513137713edbd43ad2a375ab089627674f46bb5e
parentc5e769d290383d2e4b3d8c56ab6da1df185476fc (diff)
downloadaur-71bb5f4f029dfb66b57d79720d2332a2c5ede957.tar.gz
update source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1b812da9bbb..2fdeb88824f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xde-sounds-git
pkgdesc = XDG sound themes for the X Desktop Environment
- pkgver = 1.1.r1.g6fd8bb5
- pkgrel = 2
+ pkgver = 1.1.r2.g893cec0
+ pkgrel = 1
url = https://github.com/bbidulock/xde-sounds
arch = any
groups = xde-git
@@ -13,9 +13,9 @@ pkgbase = xde-sounds-git
makedepends = sox
depends = glib2
depends = libcanberra
- provides = xde-sounds=1.1-2
+ provides = xde-sounds=1.1-1
conflicts = xde-sounds
- source = xde-sounds-git::git://github.com/bbidulock/xde-sounds.git
+ source = xde-sounds-git::git+https://github.com/bbidulock/xde-sounds.git
sha256sums = SKIP
pkgname = xde-sounds-git
diff --git a/PKGBUILD b/PKGBUILD
index c00672d54e5d..538df95c4526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgdesc="XDG sound themes for the X Desktop Environment"
pkgname=xde-sounds-git
_pkgname=xde-sounds
-pkgver=1.1.r1.g6fd8bb5
-pkgrel=2
+pkgver=1.1.r2.g893cec0
+pkgrel=1
arch=('any')
license=('GPL')
url="https://github.com/bbidulock/${_pkgname}"
@@ -12,7 +12,7 @@ provides=("${_pkgname}=${pkgver%%.r*}-${pkgrel}")
conflicts=("${_pkgname}")
depends=('glib2' 'libcanberra')
makedepends=('git' 'pkgconfig' 'flite' 'flite-voices' 'sox')
-source=("$pkgname::git://github.com/bbidulock/$_pkgname.git")
+source=("$pkgname::git+https://github.com/bbidulock/$_pkgname.git")
sha256sums=('SKIP')
pkgver() {