summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-30 07:10:48 +0100
committerMichal Wojdyla2024-03-30 07:10:48 +0100
commit5e65b75a39c00c61a3b28bdc49d6c80581b31541 (patch)
tree58a8698ee3e63476bb1b527887eb961662f62038
parentd89066787d8ff2efd9970a7b59294888355b9df6 (diff)
downloadaur-5e65b75a39c00c61a3b28bdc49d6c80581b31541.tar.gz
update to 1.10
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aa6f5658918..9a3da7c74d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-tkx
pkgdesc = Yet another Tk interface
- pkgver = 1.09
+ pkgver = 1.10
pkgrel = 1
url = http://search.cpan.org/dist/Tkx
arch = any
@@ -9,9 +9,8 @@ pkgbase = perl-tkx
depends = perl>=5.008
depends = perl-tcl>=1
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Tkx-1.09.tar.gz
- md5sums = 8dfe38d1b7c6a92101e840949c584d7d
- sha512sums = 061942367ba042b2044ac75cd7e7451ef1f5e3748204c60708d44dd8a360237f81023463badaa94a28c7d3b913b9196b5945f8a577baf2e8a376fdfd91877177
+ source = https://cpan.metacpan.org/authors/id/C/CA/CAC/Tkx-1.10.tar.gz
+ md5sums = edbb92ced28998612fd1e3a864be0887
+ sha512sums = 95264a6cf0894f69dbc26c48e7e8772383c64aa9c2f5fc037a7f57a608ae1309f5a9f7570abfa5f0570a43b2a977594ee9caaacfeef48f9370fc4d99087f7dac
pkgname = perl-tkx
-
diff --git a/PKGBUILD b/PKGBUILD
index 28de7ebaee59..ab36b75fd085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
pkgname='perl-tkx'
-pkgver='1.09'
+pkgver='1.10'
pkgrel='1'
pkgdesc="Yet another Tk interface"
arch=('any')
@@ -11,10 +10,10 @@ options=('!emptydirs')
depends=('perl>=5.008' 'perl-tcl>=1')
makedepends=()
url='http://search.cpan.org/dist/Tkx'
-source=('http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Tkx-1.09.tar.gz')
-md5sums=('8dfe38d1b7c6a92101e840949c584d7d')
-sha512sums=('061942367ba042b2044ac75cd7e7451ef1f5e3748204c60708d44dd8a360237f81023463badaa94a28c7d3b913b9196b5945f8a577baf2e8a376fdfd91877177')
-_distdir="Tkx-1.09"
+source=('https://cpan.metacpan.org/authors/id/C/CA/CAC/Tkx-1.10.tar.gz')
+md5sums=('edbb92ced28998612fd1e3a864be0887')
+sha512sums=('95264a6cf0894f69dbc26c48e7e8772383c64aa9c2f5fc037a7f57a608ae1309f5a9f7570abfa5f0570a43b2a977594ee9caaacfeef48f9370fc4d99087f7dac')
+_distdir="Tkx-1.10"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \