summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArda Aytekin2017-07-24 19:22:16 +0200
committerArda Aytekin2017-07-24 19:32:30 +0200
commitd60c477eb36310a9310bd0a2ddb11863731d0995 (patch)
tree6263d5318ec018eda17781f6a2d1b15a26d00f35
parentc008d4a9f39dd85a648026a90d24514444bb33ef (diff)
downloadaur-d60c477eb36310a9310bd0a2ddb11863731d0995.tar.gz
Some fixes
- [x] Updated `.SRCINFO`, - [x] Fixed the indentation to avoid <TAB>s (mixed spacing), and, - [x] Provided consistency among `install` commands.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b610090cc727..830660baaee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = vpn-unlimited
url = https://www.vpnunlimitedapp.com
arch = x86_64
arch = i686
- license = custom:"Copyright (c) 2017 KeepSolid Inc"
+ license = custom:"Copyright (c) 2017 KeepSolid Inc."
depends = glibc>=2.9
depends = qt5-base>=5.2.1
depends = qt5-script>=5.2.1
@@ -23,7 +23,7 @@ pkgbase = vpn-unlimited
source_x86_64 = vpn-unlimited-daemon.service
source_x86_64 = http://apt.keepsolid.com/debian/pool/main/v/vpn-unlimited/vpn-unlimited_4.1_amd64.deb
md5sums_x86_64 = 8623605b1bef9eda0f451a9b4447629f
- md5sums_x86_64 = b4a4b36065e1026ca4054ba584003272
+ md5sums_x86_64 = 53d6de7ea5facf7ee1a31d2dace29dcc
md5sums_x86_64 = 4fa9c4e38467c29d972b300f29f03f75
source_i686 = vpn-unlimited
source_i686 = vpn-unlimited-daemon.service
diff --git a/PKGBUILD b/PKGBUILD
index 3e979506a129..6ad6ccdbc7b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ depends=("glibc>=2.9" "qt5-base>=5.2.1" "qt5-script>=5.2.1" "qt5-webkit>=5.1.1"
"libcurl-openssl-1.0" "iproute" "net-tools" "c-ares>=1.10.0")
package() {
- cd "${srcdir}"
+ cd "${srcdir}"
# Extract the package
tar --extract --file data.tar.xz --directory "${pkgdir}"
@@ -43,7 +43,7 @@ package() {
# Copy the wrapper file
mv "${pkgdir}/usr/bin/vpn-unlimited" "${pkgdir}/usr/share/vpn-unlimited/"
- install -Dm755 "${srcdir}/vpn-unlimited" "${pkgdir}/usr/bin/"
+ install -Dm755 "${srcdir}/vpn-unlimited" "${pkgdir}/usr/bin/vpn-unlimited"
# Copy the license file
install -Dm644 "${pkgdir}/usr/share/doc/vpn-unlimited/copyright" \