Skip to content

Commit

Permalink
chore: Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Apr 3, 2023
1 parent 5347c08 commit baaafec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
cargo.lock
*.tar.gz
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pkgdesc="An automatic docking tool for hyprland."
depends=('gtk3' 'gtk-layer-shell')
makedepends=('rust' 'gendesk' 'git')
source=("${pkgver}.tar.gz::https://github.com/DashieTM/Hyprdock/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('')
sha256sums=('be300650baf8b89f01845642991002da122c0245049434ab3aae75006f5ff4f1')

build() {
cd hyprdock-${pkgver}
Expand Down

0 comments on commit baaafec

Please sign in to comment.