summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjose17112018-06-24 11:56:33 +0200
committerjose17112018-06-24 11:56:33 +0200
commit483bbda647f845ca301bac49339626dada30d043 (patch)
tree5cc98405a52ffefeadaeb464e6d08a4d7a13ffce
parentf59a0c6adc70e40cc8c7481f47141e18772edb41 (diff)
downloadaur-483bbda647f845ca301bac49339626dada30d043.tar.gz
Update source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ab5c109d098..db9af8d8c41f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Sun Jun 24 09:56:31 UTC 2018
pkgbase = monsters_and_mushrooms-git
pkgdesc = A Millipede remake written in Python using Pygame
pkgver = r2.fd68f10
- pkgrel = 1
- url = https://github.com/machinezilla/monsters_and_mushrooms
+ pkgrel = 2
+ url = https://github.com/pycoder01/monsters_and_mushrooms
arch = any
license = GPL2
depends = python2-pygame
- source = monsters_and_mushrooms::git+https://github.com/machinezilla/monsters_and_mushrooms.git
+ source = monsters_and_mushrooms::git+https://github.com/pycoder01/monsters_and_mushrooms.git
source = monsters_and_mushrooms.desktop
md5sums = SKIP
md5sums = 106a7a4738e9db5075fa96895e93ed48
diff --git a/PKGBUILD b/PKGBUILD
index d06117d5c5a7..18030db61707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=monsters_and_mushrooms-git
_pkgname=monsters_and_mushrooms
pkgver=r2.fd68f10
-pkgrel=1
+pkgrel=2
pkgdesc="A Millipede remake written in Python using Pygame"
arch=('any')
-url="https://github.com/machinezilla/monsters_and_mushrooms"
+url="https://github.com/pycoder01/monsters_and_mushrooms"
license=('GPL2')
depends=('python2-pygame')
-source=("${_pkgname}"::'git+https://github.com/machinezilla/monsters_and_mushrooms.git' 'monsters_and_mushrooms.desktop')
+source=("${_pkgname}"::'git+https://github.com/pycoder01/monsters_and_mushrooms.git'
+ 'monsters_and_mushrooms.desktop')
md5sums=('SKIP'
'106a7a4738e9db5075fa96895e93ed48')