summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Baum2020-01-23 23:46:02 +0100
committerDavid Baum2020-01-23 23:46:02 +0100
commit73fbbd9456b30a0b43b09f07a431b22101e43eb8 (patch)
treed77f1274ce3846e3434f43306a18b7217b58de10 /PKGBUILD
parent977e33a73eaf679c29b79a0bb83c692428a102c3 (diff)
downloadaur-plasma5-applets-systemd.tar.gz
refactoring
use sha256sums + unique local file names
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb5115fc99a5..ddaa2d7299d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Baum <david.baum@naraesk.eu>
pkgname=plasma5-applets-systemd
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="Start and stop systemd services"
arch=('i686' 'x86_64')
url="https://github.com/naraesk/plasma-systemd"
@@ -17,9 +17,9 @@ backup=()
options=()
install=''
changelog=''
-source=('https://github.com/naraesk/plasma-systemd/archive/v1.2.1.tar.gz')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/naraesk/plasma-systemd/archive/v1.2.1.tar.gz")
noextract=()
-md5sums=('b9d604d32afe43bc2e2887b3b9bde86c')
+sha256sums=('c24d13faf115a2adfaedb880a2f50e2824d798f108baa29c3804320314267ada')
prepare() {
cd plasma-systemd-${pkgver}