summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-05-26 15:21:31 +0200
committergit user2024-05-26 15:21:31 +0200
commit011845a0dc3443d416dc256ce0bb20922b82d735 (patch)
treeb45b6bdf6484bb27127e11af06bd76e67223a047
parentd4140f5784fe6797d82181508905a86f264553d9 (diff)
downloadaur-hourglass-git.tar.gz
Added `/usr/bin/hourglass`.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67eabfabe28b..d1f437e8d0f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hourglass-git
pkgdesc = A simple clock application that provides stopwatches, alarms, and timers designed for Pantheon Shell
pkgver = r287.09d8011
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sgpthomas/hourglass
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aafad7ef75e7..0d46ef165679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname=hourglass
_author=sgpthomas
pkgname=("${_gitname}-git")
pkgver=r287.09d8011
-pkgrel=2
+pkgrel=3
pkgdesc="A simple clock application that provides stopwatches, alarms, and timers designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
@@ -43,5 +43,7 @@ build() {
package() {
cd "${_gitname}/"
DESTDIR="${pkgdir}" ninja -C _build install
+
+ ln -svr "${pkgdir}/usr/bin/com.github.sgpthomas.hourglass" "${pkgdir}/usr/bin/hourglass"
}