summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lamarra2017-03-30 09:27:16 -0400
committerAndrew Lamarra2017-03-30 09:27:16 -0400
commit670eaf726bf04ef55f280b46a9262fa53569864b (patch)
treee8134b927b3fd44dc4f4968c1e9ef7c50c29ae6b
parent8345ad6535c00789f46764783e11248a4d0691a5 (diff)
downloadaur-670eaf726bf04ef55f280b46a9262fa53569864b.tar.gz
Changed the name of the downloaded source file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64493c42b690..26c2038241d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 30 13:12:35 UTC 2017
+# Thu Mar 30 13:26:53 UTC 2017
pkgbase = timertab
pkgdesc = An easy way to manage your Systemd Timers.
pkgver = 1.2
@@ -9,7 +9,7 @@ pkgbase = timertab
license = GPL3
depends = systemd
depends = bash
- source = https://github.com/amlamarra/timertab/archive/1.2.tar.gz
+ source = timertab-1.2.tar.gz::https://github.com/amlamarra/timertab/archive/1.2.tar.gz
sha256sums = 62b00321fc6060342c1164063706817ff4c2b9be6735b61c81dca4aa603c7587
pkgname = timertab
diff --git a/PKGBUILD b/PKGBUILD
index 42688aedf782..7e8b05a60af2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/amlamarra/timertab"
license=('GPL3')
depends=('systemd' 'bash')
-source=("https://github.com/amlamarra/$pkgname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/amlamarra/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('62b00321fc6060342c1164063706817ff4c2b9be6735b61c81dca4aa603c7587')
package () {