summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaime Martínez Rincón2020-01-13 01:04:22 +0100
committerJaime Martínez Rincón2020-01-13 01:04:37 +0100
commitc851da0f6bd3d10287c2490588c9b4723ab3b4f9 (patch)
treec39bacb38e78aee55dd156a9e9b3fb427d2d9acd
parent29631f650b697171ec93a5ddfc76d417eea59d23 (diff)
downloadaur-c851da0f6bd3d10287c2490588c9b4723ab3b4f9.tar.gz
actually fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de83c064eeaa..8eae1d4e6ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = s3uploader
pkgdesc = A minimalistic electron-based UI to conveniently upload and download files from AWS S3
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 1.1
url = https://github.com/Yamazaki93/S3Uploader
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 304ef1e1b167..c18310930145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s3uploader
pkgver=0.2.0
-pkgrel=1
+pkgrel=1.1
pkgdesc="A minimalistic electron-based UI to conveniently upload and download files from AWS S3"
url="https://github.com/Yamazaki93/S3Uploader"
arch=("x86_64")