diff options
author | nixxoq | 2024-11-02 23:43:17 +0200 |
---|---|---|
committer | nixxoq | 2024-11-02 23:43:17 +0200 |
commit | 1fc5b8c13edc93d76aa93acffa410ff7cffb721c (patch) | |
tree | 84eb14151a669378ea41d77ec185adb483c77218 | |
parent | 42ee62472a169ea880d789eaa01da7451f56d5a7 (diff) | |
download | aur-hypo-candy.tar.gz |
pkgbuild fixes
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -4,7 +4,7 @@ pkgrel=1 pkgdesc="A custom sugar-candy sddm theme by nixxo" arch=('any') url="" -license=('GPL3') # Если лицензия отличается от стандартной, уточни здесь +license=('GPL3') depends=('sddm' 'qt5-graphicaleffects' 'qt5-svg' 'qt5-quickcontrols2') conflicts=('sddm-sugar-dark') source=("https://github.com/nixxoq/dotfiles/raw/refs/heads/pkgs/hypo-candy.tar.gz") @@ -24,8 +24,3 @@ package() { } options=(!strip) -md5sums=('f01d4e02e28da31328d12044d42f2b6a') -md5sums=('885ea6a0b940b6417b46d9cb3c9e6362') -md5sums=('885ea6a0b940b6417b46d9cb3c9e6362') -md5sums=('885ea6a0b940b6417b46d9cb3c9e6362') -md5sums=('885ea6a0b940b6417b46d9cb3c9e6362') |