summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor McFarlane2022-08-13 05:04:42 +0100
committerConnor McFarlane2022-08-13 05:04:42 +0100
commit0c5d63f3207b02e0032d25cc963117e1ba85b86b (patch)
tree3bc415de48df4b3fef712f972b45c10d3658e2e1
parenta23464cfc2bfa03b041ee569b70241aebcf3bba0 (diff)
downloadaur-0c5d63f3207b02e0032d25cc963117e1ba85b86b.tar.gz
Correct filename
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b197e2b98b..e11db29ef896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = foobar2000-component-uie-albumlist-bin
pkgdesc = A Columns UI album list panel for foobar2000
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
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/02df5f316cef8827660122d31508c145/foo_uie_albumlist-0.4.2.fb2k-component
- md5sums = 02df5f316cef8827660122d31508c145
+ source = foo_uie_albumlist-0.4.2-2.fb2k-component::https://yuo.be/static/02df5f316cef8827660122d31508c145/foo_uie_albumlist-0.4.2.fb2k-component
+ sha256sums = ea7b39050839fe64cdd1ae2db9e57f69d613ca55335c8bf1a3ec8fc3bfab0603
pkgname = foobar2000-component-uie-albumlist-bin
diff --git a/PKGBUILD b/PKGBUILD
index 89527e0dfcd4..8af1dcd63ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=foobar2000-component-uie-albumlist-bin
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
_buildhash='02df5f316cef8827660122d31508c145'
_fooname='foo_uie_albumlist'
pkgdesc='A Columns UI album list panel for foobar2000'
@@ -10,8 +10,8 @@ arch=('any')
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=('02df5f316cef8827660122d31508c145')
+source=("${_fooname}-${pkgver}-${pkgrel}.fb2k-component::https://yuo.be/static/${_buildhash}/${_fooname}-${pkgver}.fb2k-component")
+sha256sums=('ea7b39050839fe64cdd1ae2db9e57f69d613ca55335c8bf1a3ec8fc3bfab0603')
package() {
install -Dm644 -t "$pkgdir/usr/share/foobar2000/components/${_fooname}" "$srcdir/${_fooname}.dll"