summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor McFarlane2022-08-13 04:36:48 +0100
committerConnor McFarlane2022-08-13 04:36:48 +0100
commita23464cfc2bfa03b041ee569b70241aebcf3bba0 (patch)
treeb3f6a7506d72aef29e9096f3add927d6c46576c6
parent4fbf44882132874ed93c9d8fc3ed49d1e597d68a (diff)
downloadaur-a23464cfc2bfa03b041ee569b70241aebcf3bba0.tar.gz
Update to 0.4.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80724f417778..e4b197e2b98b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = foobar2000-component-uie-albumlist-bin
pkgdesc = A Columns UI album list panel for foobar2000
- pkgver = 0.4.1
- pkgrel = 4
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://www.foobar2000.org/components/view/foo_uie_albumlist
arch = any
license = unknown
depends = foobar2000>=1.0.0
depends = foobar2000-component-ui-columns-bin>=1.0.0
- source = https://yuo.be/static/81c3b100e662a761ed8e502ae221866f/foo_uie_albumlist-0.4.1.fb2k-component
- md5sums = 81c3b100e662a761ed8e502ae221866f
+ source = https://yuo.be/static/02df5f316cef8827660122d31508c145/foo_uie_albumlist-0.4.2.fb2k-component
+ md5sums = 02df5f316cef8827660122d31508c145
pkgname = foobar2000-component-uie-albumlist-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 734d318e6fb5..89527e0dfcd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Connor McFarlane <cm at semtex dot net>
pkgname=foobar2000-component-uie-albumlist-bin
-pkgver=0.4.1
-pkgrel=4
-_buildhash='81c3b100e662a761ed8e502ae221866f'
+pkgver=0.4.2
+pkgrel=1
+_buildhash='02df5f316cef8827660122d31508c145'
_fooname='foo_uie_albumlist'
pkgdesc='A Columns UI album list panel for foobar2000'
arch=('any')
@@ -11,7 +11,7 @@ url="https://www.foobar2000.org/components/view/${_fooname}"
license=('unknown')
depends=('foobar2000>=1.0.0' 'foobar2000-component-ui-columns-bin>=1.0.0')
source=("https://yuo.be/static/${_buildhash}/${_fooname}-${pkgver}.fb2k-component")
-md5sums=("${_buildhash}")
+md5sums=('02df5f316cef8827660122d31508c145')
package() {
install -Dm644 -t "$pkgdir/usr/share/foobar2000/components/${_fooname}" "$srcdir/${_fooname}.dll"