summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-03-11 19:26:42 +0100
committermdomlop2019-03-11 19:26:42 +0100
commit015bb5f6133badb89786e492bb0ba8d3efa96fd3 (patch)
tree24387785c81e141a79451599b6da708dfd0f9760
parent5c88d588da652999d2719eb5f486547edfa006e2 (diff)
downloadaur-015bb5f6133badb89786e492bb0ba8d3efa96fd3.tar.gz
Renaming source file.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a314ebfe0236..7d7b8f2614bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 5.0.2
-# Wed Jul 12 10:20:32 UTC 2017
pkgbase = fortunereader
pkgdesc = A simple fortune interface written in python tk.
pkgver = 0.1
@@ -11,7 +9,7 @@ pkgbase = fortunereader
depends = python>=3,
depends = fortune-mod
optdepends = fortune-mod-es: Fortune Cookies in Spanish
- source = https://github.com/mdomlop/fortunereader/archive/0.1.tar.gz
+ source = fortunereader-0.1.tar.gz::https://github.com/mdomlop/fortunereader/archive/0.1.tar.gz
md5sums = 5fbb5e8887e261003083b3c07e594e2e
pkgname = fortunereader
diff --git a/PKGBUILD b/PKGBUILD
index f93d9eda9e42..c474735b461b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=0.1
pkgrel=1
pkgdesc="A simple fortune interface written in python tk."
url="https://github.com/mdomlop/${pkgname}"
-source=("https://github.com/mdomlop/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('5fbb5e8887e261003083b3c07e594e2e')
license=('GPL3')
depends=('python>=3', 'fortune-mod')