No description
Find a file
2026-02-21 13:22:07 -05:00
.SRCINFO Initial commit 2026-01-24 10:49:17 -05:00
notification-tray.install Initial commit 2026-01-24 10:49:17 -05:00
PKGBUILD chore: Update deps due to latest package updates 2026-02-21 13:22:07 -05:00
README.md Initial commit 2026-01-24 10:49:17 -05:00

AUR Packaging

This directory contains files for the AUR package notification-tray-git.

Publishing to AUR

  1. Clone the AUR repository:

    git clone ssh://aur@aur.archlinux.org/notification-tray-git.git
    cd notification-tray-git
    
  2. Copy packaging files:

    cp ../notification-tray/aur/* .
    
  3. Generate .SRCINFO:

    makepkg --printsrcinfo > .SRCINFO
    
  4. Commit and push:

    git add PKGBUILD notification-tray.install .SRCINFO
    git commit -m "Update to version X"
    git push
    

Testing locally

From this directory:

makepkg -si