summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Lo Coco2022-08-24 19:31:54 +0000
committerSantiago Lo Coco2022-08-24 19:31:54 +0000
commitc7baab9e7e71fa7ba857c1ae2371b58a2c51ee99 (patch)
treed8edaed8793d09d2243bb360b6f50aee1dc208d2 /PKGBUILD
parent9a1dc4c131fcff78a4e7710ce2862a049bfc7175 (diff)
downloadaur-c7baab9e7e71fa7ba857c1ae2371b58a2c51ee99.tar.gz
Update depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f90e3b20d57f..80955e3028b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgdesc="Speed up Firefox using tmpfs."
arch=('any')
url='http://wiki.archlinux.org/index.php/Speed-up_Firefox_using_tmpfs'
license=('GPL')
-depends=('rsync' 'firefox')
source=("${pkgname}".sh "${pkgname}.service")
sha256sums=('f7d50c514437c17df99cdfe53c26e939163d9a6cfe055c51f8c2f20f57c46b07'
'f3ca08a806a8938244a7dbe2f8db690963d6a381643884216b1a960c396ec6b9')
@@ -27,6 +26,7 @@ prepare() {
}
package() {
+ depends=('rsync' 'firefox')
install -Dm 755 "${pkgname}".sh "${pkgdir}/usr/bin/${pkgname}"
install -Dm 644 {"${srcdir}","${pkgdir}"/usr/lib/systemd/user}/"${pkgname}".service
}