summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Saliés Brum2019-01-06 06:06:48 -0300
committerLucas Saliés Brum2019-01-06 06:06:48 -0300
commit41b57fbcae400fc0ee0bffe1bd88c9bbee838b31 (patch)
treeee41218acd4acae61c7f84cb7cef4ba0dc7e6a44 /PKGBUILD
parentb12d3975ee96cddc303488e3d38d27fdbfdb4f19 (diff)
downloadaur-41b57fbcae400fc0ee0bffe1bd88c9bbee838b31.tar.gz
Symlink fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b55c03b8342..857f7a89f1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bettergram
_pkgname=Bettergram
pkgver=1.3.12
-pkgrel=1
+pkgrel=2
pkgdesc="Bettergram is an improved version of the Telegram messaging app with 50 pins, favorites, sortable categories, and more."
arch=('x86_64')
url="https://bettergram.io"
@@ -30,4 +30,4 @@ package() {
install -dm755 ${pkgdir}/usr/bin/
ln -sf ${pkgdir}/opt/${pkgname}/${_pkgname} ${pkgdir}/usr/bin/${pkgname}
chmod 755 ${pkgdir}/opt/${pkgname}/${_pkgname}
-} \ No newline at end of file
+}