summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2016-04-23 18:07:27 -0300
committerFernando Manfredi2016-04-23 18:07:27 -0300
commit460a911502af891aaa3b901bfe102aadce5c9d3f (patch)
tree7c62e9dccccdd32dd0bb6d03af6d21be540c4de0
parent7e14e2b8fced825a0d2663f31beb60822ede9d11 (diff)
downloadaur-wine-pixi2.tar.gz
Update links and sources
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 869a19852267..3e72c14a871e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = wine-pixi2
pkgdesc = Digipen Sophomore Game - Final Version
pkgver = 2.0
- pkgrel = 2
- url = https://www.digipen.edu/?id=1170&proj=26000
+ pkgrel = 3
+ url = http://games.digipen.edu/games/pixi
arch = any
license = Free to use and share
depends = wine
depends = lib32-openal
- source = http://lara.craft.net.br/pixi-2.zip
+ source = http://acidhub.click/downloads/pixi-2.zip
source = pixi2.desktop
source = pixi2.sh
source = LICENSE
- md5sums = 6dd1652d26df493aee13a7df3fdaf7c6
- md5sums = e577c6fbd8e49132a823fc616c541227
- md5sums = 9e9d133b559ef4db4df4f31fd0127ae9
- md5sums = 779044cf14091cb2129e12d5c3e1725e
+ sha256sums = 0af3adebfa8d905414681da4167156cab476017f7e7eecd6bef076fac7804bfc
+ sha256sums = 1df73c58999fbf4902b8ef280f8f622fa700c5a4ab8631b378392bd617a3379a
+ sha256sums = ee187f4cac804123afa902d38d27399b6d3dc0e2e28882c18c25d618e11b8e3b
+ sha256sums = 27635d4ed7740d185172f475ef14891c888127640a0f6bd73356bc4e2062ce03
pkgname = wine-pixi2
diff --git a/PKGBUILD b/PKGBUILD
index 0801108de948..b71c41463adb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
-# Maintainer: Lara Maia <lara@craft.net.br>
+# Maintainer: Fernando Manfredi <contact at acidhub.click>
+# Contributor: Lara Maia <lara@craft.net.br>
pkgname=wine-pixi2
-url='https://www.digipen.edu/?id=1170&proj=26000'
+url='http://games.digipen.edu/games/pixi'
pkgdesc='Digipen Sophomore Game - Final Version'
pkgver=2.0
-pkgrel=2
+pkgrel=3
arch=('any')
license=('Free to use and share')
-source=('http://lara.craft.net.br/pixi-2.zip'
+source=('http://acidhub.click/downloads/pixi-2.zip'
'pixi2.desktop' 'pixi2.sh' 'LICENSE')
-md5sums=('6dd1652d26df493aee13a7df3fdaf7c6'
- 'e577c6fbd8e49132a823fc616c541227'
- '9e9d133b559ef4db4df4f31fd0127ae9'
- '779044cf14091cb2129e12d5c3e1725e')
+sha256sums=('0af3adebfa8d905414681da4167156cab476017f7e7eecd6bef076fac7804bfc'
+ '1df73c58999fbf4902b8ef280f8f622fa700c5a4ab8631b378392bd617a3379a'
+ 'ee187f4cac804123afa902d38d27399b6d3dc0e2e28882c18c25d618e11b8e3b'
+ '27635d4ed7740d185172f475ef14891c888127640a0f6bd73356bc4e2062ce03')
depends=('wine' 'lib32-openal')
-
package() {
cd "$scrdir"
install -Dm755 pixi2.sh "$pkgdir"/usr/bin/pixi2/pixi2.sh
@@ -26,5 +26,5 @@ package() {
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/pixi2/LICENSE
mkdir -p "$pkgdir"/usr/share/pixi2/
- cp -rf Pixi_Final/* "$pkgdir"/usr/share/pixi2/
+ cp -rf Pixi/* "$pkgdir"/usr/share/pixi2/
}