summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrant04172022-09-06 10:57:53 -0700
committergrant04172022-09-06 10:57:53 -0700
commit84007e1d7a2a53bd2b12f5b064ae7e30879271b1 (patch)
tree0f1b6020fbc289b98f689ffe6db22bf093b5f94a
parent8df0d0a7da49a8c0aae33dcdb966899de1de30ba (diff)
downloadaur-84007e1d7a2a53bd2b12f5b064ae7e30879271b1.tar.gz
Fix symlink issues
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbbde879b6b5..46d5ac60eb81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fig
pkgdesc = Adds IDE-style autocomplete to your existing terminal.
pkgver = 2.3.17
- pkgrel = 1
+ pkgrel = 2
url = https://fig.io
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index c99bd73e70a9..12feb651efe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grant G <grant@fig.io>
pkgname='fig'
pkgver='2.3.17'
-pkgrel=1
+pkgrel=2
pkgdesc='Adds IDE-style autocomplete to your existing terminal.'
arch=('x86_64')
url='https://fig.io'
@@ -13,6 +13,5 @@ sha256sums=('36eb3b8f1da3d3b93a3697b8b441e5a26d8a798e5bf94424b53eefe145dd6fa3')
package() {
cp -r "${srcdir}/usr" "${pkgdir}/usr"
- chmod +x "${pkgdir}/usr/bin/"*
}