summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468061300714..6fff3f41f98b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,8 @@ pkgbase = lightdm-web-greeter-theme-arch
url = https://github.com/guillaumeboehm/lightdm-web-greeter-theme-arch
arch = any
license = WTFPL
- makedepends = git
depends = web-greeter
- source = https://github.com/guillaumeboehm/lightdm-web-greeter-theme-arch/archive/v0.1.0.tar.gz
+ source = lightdm-web-greeter-theme-arch-0.1.0::https://github.com/guillaumeboehm/lightdm-web-greeter-theme-arch/archive/v0.1.0.tar.gz
sha256sums = 5f35d3dbf94338fdba1c44a9bf176458dd4f5fe75d5208198ae491611c69d1e3
pkgname = lightdm-web-greeter-theme-arch
diff --git a/PKGBUILD b/PKGBUILD
index d9dec2b2f0a6..e8056edf2996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ arch=('any')
url="https://github.com/guillaumeboehm/lightdm-web-greeter-theme-arch"
license=('WTFPL')
depends=('web-greeter')
-makedepends=('git')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("$pkgname-$pkgver::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('5f35d3dbf94338fdba1c44a9bf176458dd4f5fe75d5208198ae491611c69d1e3')
package() {