diff options
author | luna | 2024-05-23 19:35:00 +0200 |
---|---|---|
committer | luna | 2024-05-23 19:35:00 +0200 |
commit | 5c9b74fc1cf78d53d39568df1c1b13c47022051e (patch) | |
tree | a7114661b7e35c0a97342320501514ac1e9c0e05 /PKGBUILD | |
parent | 63eed73e404067b6178802f263d238bed47f3c7a (diff) | |
download | aur-5c9b74fc1cf78d53d39568df1c1b13c47022051e.tar.gz |
correction
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ pkgver=1.0.0 pkgrel=1 pkgdesc="A basic AUR helper written in Rust." arch=('x86_64') -url="https://github.com/Luca-Barra/uwu" +url="https://github.com/Luca-Barra/uwu-h" license=('MIT') depends=('rust' 'cargo') -source=("$pkgname-$pkgver.tar.gz::https://github.com/Luca-Barra/uwu/archive/v$pkgver.tar.gz") +source=("$pkgname-$pkgver.tar.gz::https://github.com/Luca-Barra/uwu-h/archive/v$pkgver.tar.gz") sha256sums=('SKIP') build() { @@ -17,7 +17,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - install -Dm755 "target/release/uwu" "$pkgdir/usr/bin/uwu" + install -Dm755 "target/release/uwu-h" "$pkgdir/usr/bin/uwu-h" } check() { |