summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank Seifferth2020-04-24 23:06:32 +0100
committerFrank Seifferth2020-04-24 23:06:32 +0100
commit4910033f11b181818c3662e9090db5072795ff6e (patch)
tree707da2c2d020b7ea3f8b4c51b7cfdfb0d6384cbf /PKGBUILD
parentbcc52e9966cd5b4ee213044979837b2ea117a644 (diff)
downloadaur-4910033f11b181818c3662e9090db5072795ff6e.tar.gz
Update to v1.0.0
This commit includes the removal of gconf as a dependency, since the application seems to work OK without it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62948a99071b..f1cbbaff44ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@ pkgname=abricotine-bin
_pkgname=abricotine
conflicts=("abricotine")
provides=("abricotine")
-pkgver=0.7.0
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
pkgdesc="A markdown editor with inline preview"
arch=('x86_64')
url="http://abricotine.brrd.fr"
license=('GPL3')
-depends=('gconf' 'libxss')
+depends=('libxss')
source=("https://github.com/brrd/Abricotine/releases/download/$pkgver/Abricotine-$pkgver-linux-x64.tar.gz"
"abricotine.desktop")
-sha256sums=('46e96c2d6e89817ce709eec723a2ae886b7a865dd0e68478c37441023b517acc'
+sha256sums=('f3bbee75c7f5bc09e445546869582e1c7a09c0c269b22339f9cff79bd948c517'
'164d0042ffe461ca0418709a59be29b433055589b661be4d6555c07df42b383c')
package() {
@@ -23,7 +23,7 @@ package() {
cp -r * "$pkgdir/opt/abricotine"
install -d "$pkgdir/usr/bin"
- ln -s "/opt/abricotine/Abricotine" "$pkgdir/usr/bin/abricotine"
+ ln -s "/opt/abricotine/abricotine" "$pkgdir/usr/bin/abricotine"
install -Dm644 "../abricotine.desktop" -t "$pkgdir/usr/share/applications/"
install -Dm644 "icons/abricotine@2x.png" "$pkgdir/usr/share/pixmaps/abricotine.png"