summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-02-16 16:43:24 +0100
committerhaawda2023-02-16 16:43:24 +0100
commitdda121ec85d72df9e2f0c6caae70f12b0b9bdad4 (patch)
tree09ff30d04625166e20367173af36e7c145ecc338
parent46789fb94e59e797b82c3db6fd55e84bef0fab26 (diff)
downloadaur-dda121ec85d72df9e2f0c6caae70f12b0b9bdad4.tar.gz
switch to another upstream repo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efd21b410a69..3cdf12030e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tint-git
pkgdesc = Tetris clone for the terminal
- pkgver = r10.f3f757f
+ pkgver = r27.6c2c107
pkgrel = 1
- url = https://github.com/DavidGriffith/tint
+ url = https://salsa.debian.org/games-team/tint
install = scorefile.install
arch = x86_64
license = BSD
@@ -13,10 +13,9 @@ pkgbase = tint-git
depends = ncurses
provides = tint
conflicts = tint
- source = git+https://github.com/DavidGriffith/tint.git
+ source = git+https://salsa.debian.org/games-team/tint.git
source = tint.png
sha256sums = SKIP
sha256sums = 86bf162483cf1a18248e07ae979a3fefc9dcfcdc1ba63e5a1335a38210064c34
pkgname = tint-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 552face2bcac..d363ca20e30a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
_pkgname='tint'
pkgname="${_pkgname}-git"
-pkgver=r10.f3f757f
+pkgver=r27.6c2c107
pkgrel=1
pkgdesc='Tetris clone for the terminal'
arch=('x86_64')
-url='https://github.com/DavidGriffith/tint'
+url='https://salsa.debian.org/games-team/tint'
license=('BSD')
depends=('hicolor-icon-theme' 'ncurses')
makedepends=('gendesk' 'git' 'imagemagick')
@@ -50,7 +51,7 @@ package() {
cd "${_pkgname}"
install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin"
install -Dvm644 "${_pkgname}.6" -t "${pkgdir}/usr/share/man/man6"
- install -Dvm644 {'NOTES','README.md'} -t "${pkgdir}/usr/share/doc/${_pkgname}"
+ install -Dvm644 {'NOTES','CREDITS'} -t "${pkgdir}/usr/share/doc/${_pkgname}"
install -Dvm644 'debian/copyright' "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}