summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-10-26 20:02:30 -0400
committerTed Alff2019-10-26 20:02:30 -0400
commit8b3d1662bf2f2ae5fd408d5487aaad9255ad05fd (patch)
tree3b79ae67130d3f528127ce4733b488bd84d9d0c4
parent86d1513bfd59ee4112f7373c4d1b6d4bd695698f (diff)
downloadaur-8b3d1662bf2f2ae5fd408d5487aaad9255ad05fd.tar.gz
Why did they remove setup.py?!?
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fbc7725dc52..481e419b9268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = my-weather-indicator-git
pkgdesc = A simple indicator for the weather
- pkgver = r97.8701218
+ pkgver = r104.9ce9b4c
pkgrel = 1
url = https://github.com/atareao/my-weather-indicator
arch = any
@@ -23,7 +23,9 @@ pkgbase = my-weather-indicator-git
provides = my-weather-indicator
conflicts = my-weather-indicator
source = my-weather-indicator::git+https://github.com/atareao/my-weather-indicator
+ source = https://raw.githubusercontent.com/atareao/my-weather-indicator/8701218dc218f5533590b995617f3f1e839135d9/setup.py
sha256sums = SKIP
+ sha256sums = 97e101e29ece53549ed1ce4c7958d9207cd1da9e60f6ea9f0aa7849baed82897
pkgname = my-weather-indicator-git
diff --git a/PKGBUILD b/PKGBUILD
index eef44d78090c..d4673daeb888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=my-weather-indicator
pkgname=my-weather-indicator-git
-pkgver=r97.8701218
+pkgver=r104.9ce9b4c
pkgrel=1
pkgdesc='A simple indicator for the weather'
arch=('any')
@@ -17,8 +17,10 @@ depends=('libappindicator-gtk3' 'libnotify' 'webkit2gtk' 'geocode-glib' 'python-
makedepends=('git' 'python-distutils-extra' 'python-polib')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}::git+https://github.com/atareao/my-weather-indicator")
-sha256sums=('SKIP')
+source=("${_pkgname}::git+https://github.com/atareao/my-weather-indicator"
+ 'https://raw.githubusercontent.com/atareao/my-weather-indicator/8701218dc218f5533590b995617f3f1e839135d9/setup.py')
+sha256sums=('SKIP'
+ '97e101e29ece53549ed1ce4c7958d9207cd1da9e60f6ea9f0aa7849baed82897')
pkgver() {
cd "${_pkgname}"
@@ -27,6 +29,7 @@ pkgver() {
prepare() {
cd "${_pkgname}"
+ cp ../setup.py .
# Don't install to /opt and install locales to correct directory
find . -type f -exec \