summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCore2021-12-09 12:06:01 +0000
committerCore2021-12-09 12:06:01 +0000
commitdfe29468b6613feb7b652fcae19f56a94e67492b (patch)
treec4c04a54f59a01dcd4b3e41530e70d5005d50775
parent51843b2bbd82855a41e042128990ecc265962a5c (diff)
downloadaur-dfe29468b6613feb7b652fcae19f56a94e67492b.tar.gz
update to optional and gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52876ee83c34..2cffa5fcd381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cider
pkgdesc = Project Cider. A new look into listening and enjoying music in style and performance. This is a git package, thus it compiles straight from the GitHub repository.
- pkgver = 1.0.0.198.2087be2
+ pkgver = 1.0.0.221.9abb13c
pkgrel = 1
url = https://github.com/CiderApp/Cider.git
arch = armv7h
@@ -15,7 +15,7 @@ pkgbase = cider
depends = libxss
depends = nss
optdepends = libnotify: Playback notifications
- optdepends = otf-san-francisco: Use of SF Font for certain themes
+ optdepends = otf-apple-sf-pro: Use of SF Font for certain themes
source = git+https://github.com/CiderApp/Cider.git
source = Cider.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bd6dc2ed025b..dd5517379e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cider
_pkgname=Cider
-pkgver=1.0.0.198.2087be2
+pkgver=1.0.0
pkgrel=1
pkgdesc="Project Cider. A new look into listening and enjoying music in style and performance. This is a git package, thus it compiles straight from the GitHub repository."
arch=("armv7h" "i686" "x86_64")
@@ -11,7 +11,7 @@ license=("MIT")
depends=('gtk3' 'libxss' 'nss')
makedepends=('yarn' 'git' 'npm' 'nodejs-lts-gallium')
optdepends=('libnotify: Playback notifications'
- 'otf-san-francisco: Use of SF Font for certain themes')
+ 'otf-apple-sf-pro: Use of SF Font for certain themes')
source=(
"git+https://github.com/CiderApp/${_pkgname}.git"
"Cider.desktop"