Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / 
tilda


Commits:
68d524dd by Jaroslav Lichtblau at 2024-02-18T11:11:42+01:00
upgpkg: 2.0.0-1 - new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = tilda
+       pkgdesc = A Gtk based drop down terminal for Linux and Unix
+       pkgver = 2.0.0
+       pkgrel = 1
+       url = https://github.com/lanoxx/tilda
+       changelog = tilda.changelog
+       arch = x86_64
+       license = GPL
+       makedepends = python
+       depends = vte3
+       depends = confuse
+       source = https://github.com/lanoxx/tilda/archive/tilda-2.0.0.tar.gz
+       sha256sums = 
ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df
+
+pkgname = tilda


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywi...@gmail.com>
 
 pkgname=tilda
-pkgver=1.5.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="A Gtk based drop down terminal for Linux and Unix"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('vte3' 'confuse')
 makedepends=('python')
 changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('c9528b0e9af6f5a35db9ca695b3edbb6709755e82afdfc3cdb75a406ddc67523')
+sha256sums=('ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df')
 
 build() {
   cd $pkgname-$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tilda/-/commit/68d524dd398ea4d02ae0ee24340e0b81a816d143

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tilda/-/commit/68d524dd398ea4d02ae0ee24340e0b81a816d143
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to