summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConnor McFarlane2021-04-16 00:06:35 +0100
committerConnor McFarlane2021-04-16 00:06:35 +0100
commitcf20c97cd5985a350d869fe69b3866074e8aa85c (patch)
tree002027db4cd972fab07b44c9dabf1aded82c6994 /PKGBUILD
parent8802a4f2e964cbebdab6cd6acd140e3b783cf23a (diff)
downloadaur-cf20c97cd5985a350d869fe69b3866074e8aa85c.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 32550ffbbf6e..ee9a095ca0ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=foobar2000-component-np-simple-bin
pkgver=1.9
-pkgrel=1
+pkgrel=2
_fooname='foo_np_simple'
pkgdesc='Keeps a templated file with information about the current track'
arch=('any')
@@ -13,6 +13,6 @@ source=('http://skipyrich.com/store/foo_np_simple.7z')
md5sums=('4b70266781be5f8b86ff9a7f059c745c')
package() {
- install -Dm644 -t "$pkgdir/usr/share/foobar2000/components" "$srcdir/${_fooname}.dll"
+ install -Dm644 -t "$pkgdir/usr/share/foobar2000/user-components" "$srcdir/${_fooname}.dll"
}