summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2018-03-18 16:22:43 +0100
committerXyne2018-03-18 16:22:43 +0100
commit88cb7d5d32b6dc65ecab1226d3e87c1feaae364b (patch)
tree8238e965225fef98d38440501a43c7d6090e0d13
parenta0f1603408e37c1ec0c18b3f93aa62a0a821111f (diff)
downloadaur-88cb7d5d32b6dc65ecab1226d3e87c1feaae364b.tar.gz
Update to 2012.12.24.1-4
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0937969b3a74..6a2853a451e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = pystopwatch
pkgdesc = A stopwatch written in Python with a clock and two countdown functions that can minimize to the tray.
pkgver = 2012.12.24.1
- pkgrel = 3
- url = http://xyne.archlinux.ca/projects/pystopwatch
- install = pystopwatch.install
+ pkgrel = 4
+ url = https://xyne.archlinux.ca/projects/pystopwatch
arch = any
license = GPL
- depends = python2
- depends = pygtk
depends = gtk2
depends = librsvg
- source = http://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz
- source = http://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz.sig
+ depends = pygtk
+ depends = python2
+ source = https://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz
+ source = https://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz.sig
+ validpgpkeys = EC3CBE7F607D11E663149E811D1F0DC78F173680
md5sums = 2bc39a6ac418bdf34cb96a22dc298e65
md5sums = 48c6e896d5c0868744534e1b8445192c
sha512sums = 4b3af373356eaafd14caeecb34150fef8e7099120855230dce7c0eabba68f75d497c3cc2eb733a086a02a96ae5feeca1898ba201a5f6f5597dcd32de9c80b3df
diff --git a/PKGBUILD b/PKGBUILD
index 6865b535f8b4..5f4c587e2483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer: Xyne <ac xunilhcra enyx, backwards>
pkgname=pystopwatch
pkgver=2012.12.24.1
-pkgrel=3
+pkgrel=4
pkgdesc='A stopwatch written in Python with a clock and two countdown functions that can minimize to the tray.'
arch=(any)
license=(GPL)
-url="http://xyne.archlinux.ca/projects/pystopwatch"
-depends=(python2 pygtk gtk2 librsvg)
+url="https://xyne.archlinux.ca/projects/pystopwatch"
+depends=(gtk2 librsvg pygtk python2)
source=(
- http://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz
- http://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz.sig
+ https://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz
+ https://xyne.archlinux.ca/projects/pystopwatch/src/pystopwatch-2012.12.24.1.tar.xz.sig
)
sha512sums=(
4b3af373356eaafd14caeecb34150fef8e7099120855230dce7c0eabba68f75d497c3cc2eb733a086a02a96ae5feeca1898ba201a5f6f5597dcd32de9c80b3df
@@ -19,7 +19,6 @@ md5sums=(
2bc39a6ac418bdf34cb96a22dc298e65
48c6e896d5c0868744534e1b8445192c
)
-install=pystopwatch.install
validpgpkeys=('EC3CBE7F607D11E663149E811D1F0DC78F173680')
package ()