summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorINhBQfUQO2eFzulN2021-09-23 20:29:40 +0300
committerINhBQfUQO2eFzulN2021-09-23 20:29:40 +0300
commit2e39d4cdff40fd957fa3105da17618edc5d8e6cb (patch)
treeaf0f80a0be53fe63fe68ab23a3f476558b719d20
parent54d3ba8e8f31baaaba81201730482cc1b7e82d96 (diff)
downloadaur-2e39d4cdff40fd957fa3105da17618edc5d8e6cb.tar.gz
Updated PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cea839935701..cc7ab5f482c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bibliogram-git
pkgdesc = An alternative front-end for Instagram
pkgver = r387.f14837b
- pkgrel = 1
+ pkgrel = 2
url = https://sr.ht/~cadence/bibliogram/
arch = any
license = AGPL
diff --git a/PKGBUILD b/PKGBUILD
index 4021bf13ea69..212725a47cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=bibliogram
pkgname=bibliogram-git
pkgver=r387.f14837b
-pkgrel=1
+pkgrel=2
pkgdesc="An alternative front-end for Instagram"
arch=('any')
url="https://sr.ht/~cadence/bibliogram/"
@@ -46,7 +46,7 @@ package() {
# Non-deterministic race in npm gives 777 permissions to random directories.
# See https://github.com/npm/cli/issues/1103 for details.
- find "${pkgdir}/usr" -type d -exec chmod 755 {} +
+ find "${pkgdir}/opt" -type d -exec chmod 755 {} +
# npm gives ownership of ALL FILES to build user
# https://bugs.archlinux.org/task/63396