summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwout van Mansom2023-07-18 20:07:47 +0200
committerEwout van Mansom2023-07-18 20:07:47 +0200
commit1f2c6188b54d02e4ca38a1c3a33cb34406c722ae (patch)
treef046555b54ec49d489afa53a776c3c5c042d2754
parent162f9b535aaad7fbdff591afb469a56ccd81a116 (diff)
downloadaur-1f2c6188b54d02e4ca38a1c3a33cb34406c722ae.tar.gz
improve optdepends desc
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 045452d9a913..174cdcc3f0d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = thunderbird-gnome-theme-git
pkgdesc = A GNOME theme for Firefox
- pkgver = r14.083e2f6
+ pkgver = r28.f957def
pkgrel = 1
url = https://github.com/rafaelmardojai/thunderbird-gnome-theme
install = thunderbird-gnome-theme-git.install
arch = any
license = Unlicense
makedepends = git
- optdepends = thunderbird: primary compatible browser
- optdepends = librewolf: alternative compatible browser
+ optdepends = thunderbird: primary compatible e-mail client
source = thunderbird-gnome-theme::git+https://github.com/rafaelmardojai/thunderbird-gnome-theme.git
source = INSTALL.md
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f3329c42428a..b7a7ec8c4238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
_pkgname=thunderbird-gnome-theme
pkgname=thunderbird-gnome-theme-git
-pkgver=r14.083e2f6
+pkgver=r28.f957def
pkgrel=1
pkgdesc='A GNOME theme for Firefox'
arch=('any')
url='https://github.com/rafaelmardojai/thunderbird-gnome-theme'
license=('Unlicense')
-optdepends=('thunderbird: primary compatible browser'
- 'librewolf: alternative compatible browser')
+optdepends=('thunderbird: primary compatible e-mail client')
makedepends=('git')
install='thunderbird-gnome-theme-git.install'
source=('thunderbird-gnome-theme::git+https://github.com/rafaelmardojai/thunderbird-gnome-theme.git'