summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuigi Guevara2016-09-13 13:14:58 +0200
committerLuigi Guevara2016-09-13 13:14:58 +0200
commit291d8583b41af4193ef3e0ba45b52ec0bf6a1f1f (patch)
tree063ce1b1f0fc45b2ca6e43204fd895cee8b03d90
parentea3cfff4551c1b1071d0cd5b8caff05c99c7a3c8 (diff)
downloadaur-291d8583b41af4193ef3e0ba45b52ec0bf6a1f1f.tar.gz
Fix author name and package name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b726ac723689..d8d764adc69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = my-weather-indicator
+pkgbase = my-weather-indicator-git
pkgdesc = A simple indicator for the weather
pkgver = r30.b8fb5fb
pkgrel = 1
@@ -23,8 +23,8 @@ pkgbase = my-weather-indicator
depends = geoip
provides = my-weather-indicator
conflicts = my-weather-indicator
- source = git+https://git.launchpad.net/my-weather-indicator
+ source = $pkgname::git+https://git.launchpad.net/my-weather-indicator
sha256sums = SKIP
-pkgname = my-weather-indicator
+pkgname = my-weather-indicator-git
diff --git a/PKGBUILD b/PKGBUILD
index 48d4bfe67af0..27a6c93ef46f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Luigi Guevara <@killua99>
+# Author: Lorenzo Carbonell <lorenzo.carbonell.cerezo@gmail.com>
-pkgname=my-weather-indicator
+pkgname=my-weather-indicator-git
pkgver=r30.b8fb5fb
pkgrel=1
pkgdesc='A simple indicator for the weather'
@@ -14,7 +15,7 @@ makedepends=('git' 'libappindicator-gtk3')
provides=('my-weather-indicator')
conflicts=('my-weather-indicator')
install='my-weather-indicator.install'
-source=('git+https://git.launchpad.net/my-weather-indicator')
+source=('$pkgname::git+https://git.launchpad.net/my-weather-indicator')
sha256sums=('SKIP')
pkgver() {