summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-02-16 17:06:48 +0100
committerhaawda2023-02-16 17:06:48 +0100
commitf504cebc3112e427674b6f88884ff8e956587e6c (patch)
treeb5c0d23fb23150a2e97098daadb114222757bc86
parentdda121ec85d72df9e2f0c6caae70f12b0b9bdad4 (diff)
downloadaur-f504cebc3112e427674b6f88884ff8e956587e6c.tar.gz
revert last change
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cdf12030e19..d44d976a8a96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = tint-git
pkgdesc = Tetris clone for the terminal
- pkgver = r27.6c2c107
+ pkgver = r10.f3f757f
pkgrel = 1
- url = https://salsa.debian.org/games-team/tint
+ epoch = 1
+ url = https://github.com/DavidGriffith/tint
install = scorefile.install
arch = x86_64
license = BSD
@@ -13,7 +14,7 @@ pkgbase = tint-git
depends = ncurses
provides = tint
conflicts = tint
- source = git+https://salsa.debian.org/games-team/tint.git
+ source = git+https://github.com/DavidGriffith/tint.git
source = tint.png
sha256sums = SKIP
sha256sums = 86bf162483cf1a18248e07ae979a3fefc9dcfcdc1ba63e5a1335a38210064c34
diff --git a/PKGBUILD b/PKGBUILD
index d363ca20e30a..da1c90e1618f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
_pkgname='tint'
pkgname="${_pkgname}-git"
-pkgver=r27.6c2c107
+pkgver=r10.f3f757f
pkgrel=1
+epoch=1
pkgdesc='Tetris clone for the terminal'
arch=('x86_64')
-url='https://salsa.debian.org/games-team/tint'
+url='https://github.com/DavidGriffith/tint'
license=('BSD')
depends=('hicolor-icon-theme' 'ncurses')
makedepends=('gendesk' 'git' 'imagemagick')
@@ -51,8 +52,6 @@ package() {
cd "${_pkgname}"
install -Dvm755 "${_pkgname}" -t "${pkgdir}/usr/bin"
install -Dvm644 "${_pkgname}.6" -t "${pkgdir}/usr/share/man/man6"
- install -Dvm644 {'NOTES','CREDITS'} -t "${pkgdir}/usr/share/doc/${_pkgname}"
+ install -Dvm644 {'NOTES','README.md'} -t "${pkgdir}/usr/share/doc/${_pkgname}"
install -Dvm644 'debian/copyright' "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-
-# vim: ts=2 sw=2 et: