diff options
author | Gonzalo Exequiel Pedone | 2024-03-15 18:37:34 -0300 |
---|---|---|
committer | Gonzalo Exequiel Pedone | 2024-03-15 18:37:34 -0300 |
commit | 9a86eb2e51c752204b03cc3562c7564e97759784 (patch) | |
tree | df0fcd13ee26a0216e51b7b9f6b5f1aa7a0a8c7e /PKGBUILD | |
parent | 16a373f914b856267b6b2e8b2a4d7dd2fd56c984 (diff) | |
download | aur-9a86eb2e51c752204b03cc3562c7564e97759784.tar.gz |
Fixed typo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ pkgname=android-environment pkgver=4 -pkgrel=4 +pkgrel=5 pkgdesc='Script providing common environment variables and functions for Android builds.' arch=('any') url='https://aur.archlinux.org/packages/android-evironment' license=('MIT') source=('android-env.sh') -md5sums=('048697c7601e4cf639ce0781763b938a') +md5sums=('bac7a7cfbe588e39cad7f9913854cb97') package() { install -d ${pkgdir}/usr/bin |