summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-04-10 08:36:37 +0200
committerwillemw122021-04-10 08:36:37 +0200
commitcc5bccaf90a5d211c557e1aa8d191508a49c1e4a (patch)
tree5ad6b88196309be4719ef0184fc217a16cec334c
parente3e2323f32d4dc43e3af360babe56f5d97eb3bc7 (diff)
downloadaur-cc5bccaf90a5d211c557e1aa8d191508a49c1e4a.tar.gz
Unique source file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94096e05ee67..da841c0478e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = indicator-sensors
pkgdesc = Small application to provide hardware sensor readings using the AppIndicator framework
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alexmurray/indicator-sensors
install = indicator-sensors.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = indicator-sensors
depends = lm_sensors
depends = udisks2
optdepends = libxnvctrl: NVIDIA GPU support
- source = https://github.com/alexmurray/indicator-sensors/archive/1.2.tar.gz
+ source = indicator-sensors-1.2.tar.gz::https://github.com/alexmurray/indicator-sensors/archive/1.2.tar.gz
md5sums = c92453b2dbd315f66cafc9fd28a04bc6
pkgname = indicator-sensors
diff --git a/PKGBUILD b/PKGBUILD
index 116aea9e08ab..a9c8d6135fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=indicator-sensors
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Small application to provide hardware sensor readings using the AppIndicator framework"
arch=('x86_64')
url="https://github.com/alexmurray/indicator-sensors"
@@ -11,7 +11,7 @@ depends=('dconf' 'gobject-introspection' 'libappindicator-gtk3' 'libatasmart' 'l
optdepends=('libxnvctrl: NVIDIA GPU support')
makedepends=('gnome-common' 'intltool')
install=$pkgname.install
-source=(https://github.com/alexmurray/$pkgname/archive/$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
md5sums=('c92453b2dbd315f66cafc9fd28a04bc6')
build() {