summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2020-02-04 19:16:15 +0100
committerJohannes Wienke2020-02-04 19:16:15 +0100
commit35e493236461897b0dfa0a09e5b4b22d5f4dde9b (patch)
treecf194709709ca5cdb88210362aeabac6855dc702
parent3fd85ea191255a3c955a74cc8c20ef3562dc8a2c (diff)
downloadaur-35e493236461897b0dfa0a09e5b4b22d5f4dde9b.tar.gz
Rename archive for shared source directories
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04d1b0a102b6..de2f4af9f38a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autosuspend
pkgdesc = A daemon to suspend and wake up a system based on configurable checks
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/languitar/autosuspend
install = autosuspend.install
arch = any
@@ -29,7 +29,7 @@ pkgbase = autosuspend
optdepends = xprintidle: X server idle time check
backup = etc/autosuspend.conf
backup = etc/autosuspend-logging.conf
- source = https://github.com/languitar/autosuspend/archive/v3.0.tar.gz
+ source = autosuspend-3.0.tar.gz::https://github.com/languitar/autosuspend/archive/v3.0.tar.gz
sha256sums = 9218302df40c0517361fcb9983e3435d6c1f6e16a7e2c00b65f533605abd5f4d
pkgname = autosuspend
diff --git a/PKGBUILD b/PKGBUILD
index b87dd901e269..39ffbaf40882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=autosuspend
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A daemon to suspend and wake up a system based on configurable checks"
arch=(any)
url="https://github.com/languitar/autosuspend"
@@ -26,7 +26,7 @@ makedepends=('python-setuptools'
'python-sphinx-issues'
'python-sphinxcontrib-plantuml'
'python-sphinx-autodoc-typehints')
-source=("https://github.com/languitar/autosuspend/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/languitar/autosuspend/archive/v${pkgver}.tar.gz")
sha256sums=('9218302df40c0517361fcb9983e3435d6c1f6e16a7e2c00b65f533605abd5f4d')
install="${pkgname}.install"
backup=('etc/autosuspend.conf'