summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConnor McFarlane2021-04-16 00:09:32 +0100
committerConnor McFarlane2021-04-16 00:09:32 +0100
commit4340d9ea53bf9165c571a518637c487b266c7932 (patch)
tree99784d3876b29e541494898e7f6bce34a3d18cb3 /PKGBUILD
parent6e1c68c04bd9f422ea8c231d8df0dcb1c11b0f9c (diff)
downloadaur-4340d9ea53bf9165c571a518637c487b266c7932.tar.gz
Use user-components
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c54dbc48e5f..25892036f65c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=foobar2000-component-ui-columns-bin
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
_buildhash='9ea5bf12dff419ecb6e39f820c4eb97f'
_fooname='foo_ui_columns'
pkgdesc='An alternative user interface for foobar2000'
@@ -14,6 +14,6 @@ source=("https://yuo.be/static/${_buildhash}/${_fooname}-${pkgver}.fb2k-componen
md5sums=("${_buildhash}")
package() {
- install -Dm644 -t "$pkgdir/usr/share/foobar2000/components" "$srcdir/${_fooname}.dll"
+ install -Dm644 -t "$pkgdir/usr/share/foobar2000/user-components" "$srcdir/${_fooname}.dll"
}