summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Brunel2018-06-04 18:36:37 +0200
committerOlivier Brunel2018-06-04 19:45:48 +0200
commit686458f00c997ef07d929eda64132fc89bedc3d2 (patch)
tree0c4cf58e4648cc3877834fecdcdb8e16ab9d6af4 /PKGBUILD
parente6d7e2f2b27d010864afde412aa7b7af9db6e2fb (diff)
downloadaur-pkgclip.tar.gz
pkgclip: pacman-5.1 rebuild + use https
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c459d022aa42..5e8a0eaaab40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: jjacky
pkgname=pkgclip
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cached Packages Trimmer Utility"
arch=('i686' 'x86_64')
-url="http://jjacky.com/pkgclip"
+url="https://jjacky.com/pkgclip"
license=('GPL3+')
depends=('dbus' 'polkit' 'gtk3' 'pacman')
makedepends=('perl')
-source=(http://jjacky.com/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://jjacky.com/$pkgname/$pkgname-$pkgver.tar.gz)
sha1sums=('39e6690ed8f8e70723a5831834579bfe6a597065')
build() {