summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b613405eaa7..0a087b3879e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = timecop-bin
pkgdesc = A time tracking app that respects your privacy and the gets the job done without being fancy.
pkgver = 1.8.0
- pkgrel = 6
+ pkgrel = 7
url = https://timecop.app/
arch = aarch64
arch = x86_64
license = Apache-2.0
- depends = gdk-pixbuf2
depends = hicolor-icon-theme
- depends = at-spi2-core
depends = gtk3
provides = timecop=1.8.0
conflicts = timecop
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")