summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrakod2024-03-28 22:22:40 +0530
committerfrakod2024-03-28 22:22:40 +0530
commiteb036c45fe3738383c86a9adb9da5d550dc9f866 (patch)
tree150de2b5cdd8416565f7a6c26ea3e96a3c0d76c5 /PKGBUILD
parente1de7625dde9ffe7260b388cd0b99b1627b870c5 (diff)
downloadaur-eb036c45fe3738383c86a9adb9da5d550dc9f866.tar.gz
fixed mistype
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3a057da0610..1d11f0ecd26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='smol_img'
pkgver='v1.3'
-pkgrel=1
+pkgrel=2
pkgdesc='Quick Image Editor with automatic resizing to reach target JPG/PNG size.'
arch=(pentium4 i686 x86_64 armv7h aarch64)
@@ -17,7 +17,7 @@ md5sums=('SKIP')
prepare()
{
cd $pkgname
-git git checkout $pkgver
+ git checkout $pkgver
}
build()