summarylogtreecommitdiffstats
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
parent9a1dc4c131fcff78a4e7710ce2862a049bfc7175 (diff)
downloadaur-c7baab9e7e71fa7ba857c1ae2371b58a2c51ee99.tar.gz
Update depends array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c025613c7a..27fdf9cf3c6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,11 @@ pkgbase = firefox-sync
url = http://wiki.archlinux.org/index.php/Speed-up_Firefox_using_tmpfs
arch = any
license = GPL
- depends = rsync
- depends = firefox
source = firefox-sync.sh
source = firefox-sync.service
sha256sums = f7d50c514437c17df99cdfe53c26e939163d9a6cfe055c51f8c2f20f57c46b07
sha256sums = f3ca08a806a8938244a7dbe2f8db690963d6a381643884216b1a960c396ec6b9
pkgname = firefox-sync
+ depends = rsync
+ depends = firefox
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
}