summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {