summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Sieverdingbeck2018-09-16 17:21:48 +0200
committerIngo Sieverdingbeck2018-09-16 17:21:48 +0200
commit1a1d4895c7d5be2e5fc8c3592d1f87872ac909b1 (patch)
treece4bc20b9807e35e66ce1d2c170a57d39094be74
parenta6bd7adbbc46c114b3b629ca642b45b55f19f10d (diff)
downloadaur-1a1d4895c7d5be2e5fc8c3592d1f87872ac909b1.tar.gz
fixed source package url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18d24a5b6591..7346bd81bdbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = xfce4-kbdleds-plugin
makedepends = intltool
depends = xfce4-panel
conflicts = xfce4-kbdleds-plugin-git
- source = http://git.xfce.org/panel-plugins/xfce4-kbdleds-plugin/snapshot/xfce4-kbdleds-plugin-0.0.6.tar.bz2
- sha256sums = 2c36c6ac5ef2bd564058e6040888b21a67939ba79041249d10a9ccc2b6b6bca2
+ source = https://git.xfce.org/panel-plugins/xfce4-kbdleds-plugin/snapshot/xfce4-kbdleds-plugin-0.0.6.tar.gz
+ sha256sums = 21e8e37cd55c38d0e29cd9a0396b030926b86d4790dfbb1727818cd0da8ee888
pkgname = xfce4-kbdleds-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 106d5a960bff..675f1a568a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ license=('GPL2')
conflicts=("xfce4-kbdleds-plugin-git")
depends=('xfce4-panel')
makedepends=('intltool')
-source=("http://git.xfce.org/panel-plugins/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.bz2")
+source=("https://git.xfce.org/panel-plugins/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=('2c36c6ac5ef2bd564058e6040888b21a67939ba79041249d10a9ccc2b6b6bca2')
+sha256sums=('21e8e37cd55c38d0e29cd9a0396b030926b86d4790dfbb1727818cd0da8ee888')
build() {
cd "${pkgname}-${pkgver}"