summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-02-29 15:40:51 +0800
committerzxp198210052024-02-29 15:40:51 +0800
commit664cfa6cb9b71aafcd9b85ea8195febc9fc9031a (patch)
tree538c6653b70b6bd60c4c24a4e3dd9b75dd4f2daa /PKGBUILD
parent35835659122ddf3494ee9af86589ff3d1622e68b (diff)
downloadaur-timecop-bin.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b73f415120ce..a534ac04fe90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=timecop-bin
_appname=ca.hamaluik.Timecop
pkgver=1.8.0
-pkgrel=6
+pkgrel=7
pkgdesc='A time tracking app that respects your privacy and the gets the job done without being fancy.'
arch=(
'aarch64'
@@ -14,9 +14,7 @@ license=('Apache-2.0')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
- 'gdk-pixbuf2'
'hicolor-icon-theme'
- 'at-spi2-core'
'gtk3'
)
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.zip::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}-linux-aarch64.tar.xz")