summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2021-04-04 23:41:48 +0200
committerFrederic Bezies2021-04-04 23:41:48 +0200
commit2885e46603557e986045ad28e9aa006c7d29a385 (patch)
treeeed934cc8999c92076ae88dbeeecdaa0222dda67 /PKGBUILD
parent15e6a578a33440e461a0b356bb86e7ca30ad1a07 (diff)
downloadaur-2885e46603557e986045ad28e9aa006c7d29a385.tar.gz
adopted and updated PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b02aa0520a9d..ee0a13ea4630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=xpenguins
-pkgver=2.2
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
pkgdesc="Ever wanted cute little penguins walking along the tops of your windows?"
-depends=('libxpm')
-source=(http://xpenguins.seul.org/$pkgname-$pkgver.tar.gz)
+depends=('libxpm' 'gtk3')
+source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
license=('GPL2')
arch=('i686' 'x86_64')
-url="http://xpenguins.seul.org"
-md5sums=('2ccf555d55f9b0377017322b3b3d27a4')
+url="https://www.ratrabbit.nl/ratrabbit/software/xpenguins/index.html"
+sha256sums=('b5a961684c461409527fef2cf266d8ae3823bd7a9cf79e678fa205e1de611c0f')
build() {
cd $srcdir/$pkgname-$pkgver