diff options
author | Marko Korhonen | 2024-06-20 01:15:31 +0000 |
---|---|---|
committer | Marko Korhonen | 2024-06-20 01:15:31 +0000 |
commit | e244089734a3411016ce97e2eb9941600254a5ae (patch) | |
tree | c06d9a7c52ccfe252807eb4dc5369fd6a2afe57a /PKGBUILD | |
parent | d8cc82ffa5651de43d969a5cd062f0140bbce44f (diff) | |
download | aur-e244089734a3411016ce97e2eb9941600254a5ae.tar.gz |
v127
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # Maintainer: Marko Korhonen <firefox-gnome-theme@marko.korhonen.cc> # Based on the existing AUR package firefox-gnome-theme-git -# This PKGBUILD is automatically generated by https://github.com/rafaelmardojai/firefox-gnome-theme/blob/v126/scripts/generate-pkgbuild.sh +# This PKGBUILD is automatically generated by https://github.com/rafaelmardojai/firefox-gnome-theme/blob/v127/scripts/generate-pkgbuild.sh # when a release is published on GitHub. Do not edit this file directly. pkgname=firefox-gnome-theme -pkgver=126 +pkgver=127 pkgrel=1 pkgdesc='A GNOME theme for Firefox' arch=('any') @@ -14,7 +14,7 @@ optdepends=('firefox: primary compatible browser' 'librewolf: alternative compat conflicts=("$pkgname-git") install="$pkgname.install" source=("$pkgname-$pkgver.tar.gz::https://github.com/rafaelmardojai/$pkgname/archive/refs/tags/v$pkgver.tar.gz" "INSTALL.md") -md5sums=('fef5f0138fee2951f7a6e971f8c5a6ee' +md5sums=('68a40225a9600fb337a345fa18da5cca' '25f18456221ffc91f472b1abff8aae84') package() { |