diff options
author | Skycoder42 | 2018-06-09 18:20:36 +0200 |
---|---|---|
committer | Skycoder42 | 2018-06-09 18:20:36 +0200 |
commit | d06c9ee6e6e3e6092bc54303a6e91f0e5b149d79 (patch) | |
tree | 06f338765f67d0d677161076d1e956791752fb73 /PKGBUILD | |
parent | a8841e79180160b65037353604bc5710df75e73d (diff) | |
download | aur-d06c9ee6e6e3e6092bc54303a6e91f0e5b149d79.tar.gz |
updated to 1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,6 +1,6 @@ # Maintainer: Felix Barz <skycoder42.de@gmx.de> pkgname=paxchange -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="A tool to synchronize installed packages across multiple machines" arch=('i686' 'x86_64') @@ -45,11 +45,6 @@ package() { install -D -m644 gui/icons/$pkgname.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" install -D -m644 gui/$pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" - # pacman plugin - install -D -m644 plugins/pacman/${pkgname}_install.hook "$pkgdir/usr/share/libalpm/hooks/${pkgname}_install.hook" - install -D -m644 plugins/pacman/${pkgname}_remove.hook "$pkgdir/usr/share/libalpm/hooks/${pkgname}_remove.hook" - install -D -m755 plugins/pacman/${pkgname}.sh "$pkgdir/usr/share/libalpm/scripts/${pkgname}.sh" - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -D -m644 "../${pkgname}.rule" "$pkgdir/etc/repkg/rules/${pkgname}.rule" } |