summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422018-09-19 12:39:07 +0200
committerSkycoder422018-09-19 12:39:07 +0200
commit9b2631812d09de80c327de543fae1552528c6d8c (patch)
tree4ca0fc0504e632fab53c9e4cd32427929916792d
parentd49d5e0fade9d630bee6f2db3f57eed5f64c8013 (diff)
downloadaur-9b2631812d09de80c327de543fae1552528c6d8c.tar.gz
added remind-me compat symlinks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50d9dcee7ffb..0dca37303cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = syrem
pkgdesc = A simple reminder application for desktop and mobile, with synchronized reminders
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/Syrem
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 18cee995a18b..87db1594de9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=syrem
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple reminder application for desktop and mobile, with synchronized reminders"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/Syrem"
@@ -38,6 +38,8 @@ build() {
package() {
cd build
make INSTALL_ROOT="$pkgdir" install
+ ln -s syrem "$pkgdir/usr/bin/remind-me"
+ ln -s syremd "$pkgdir/usr/bin/remind-med"
# license
cd "../$_pkgfqn"