Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Feb 20, 2021
1 parent 2b6f7d1 commit e0ba940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "arch-audit-gtk"
version = "0.1.0"
authors = ["user"]
description = "Arch Linux Security Update Notifications"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/arch-audit-gtk"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ pkgdesc='Arch Linux Security Update Notifications'
url='https://github.com/kpcyrd/arch-audit-gtk'
arch=('x86_64')
license=('GPL3')
depends=('arch-audit')
makedepends=('cargo')
depends=('arch-audit' 'libappindicator-gtk3')
makedepends=('cargo' 'clang' 'llvm')

build() {
cd ..
Expand Down

0 comments on commit e0ba940

Please sign in to comment.