Date: Tuesday, November 22, 2022 @ 18:35:26
Author: arojas
Revision: 1351812
archrelease: copy trunk to community-x86_64
Added:
xed/repos/community-x86_64/PKGBUILD
(from rev 1351811, xed/trunk/PKGBUILD)
Deleted:
xed/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-22 18:35:18 UTC (rev 1351811)
+++ PKGBUILD 2022-11-22 18:35:26 UTC (rev 1351812)
@@ -1,27 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Eli Schwartz <[email protected]>
-# Contributor: Nate Simon <aurpkg (at natesimon.net)>
-
-pkgname=xed
-pkgver=3.2.7
-pkgrel=1
-pkgdesc="A small and lightweight text editor. X-Apps Project."
-arch=(x86_64)
-url="https://github.com/linuxmint/${pkgname}"
-license=(GPL)
-groups=(x-apps)
-depends=(gspell gtksourceview4 libpeas xapp)
-makedepends=(meson samurai gobject-introspection intltool itstool)
-optdepends=('python: required for some plugins')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('70d5dc2a004c8120a66e11256946e87fae2e0d3ade3d22e8fdc92e11f62300d8')
-b2sums=('6c509098c99e4371be98244a1a8ccb42d8f134d56b38f192340a7ed4be2866a422712c717736445650ba33fafd7391af70b8b7fbee37f6ab6d7fdb368976294f')
-
-build() {
- arch-meson ${pkgname}-${pkgver} build
- samu -C build
-}
-
-package(){
- DESTDIR="${pkgdir}" samu -C build install
-}
Copied: xed/repos/community-x86_64/PKGBUILD (from rev 1351811,
xed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-22 18:35:26 UTC (rev 1351812)
@@ -0,0 +1,27 @@
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Eli Schwartz <[email protected]>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xed
+pkgver=3.2.8
+pkgrel=1
+pkgdesc="A small and lightweight text editor. X-Apps Project."
+arch=(x86_64)
+url="https://github.com/linuxmint/${pkgname}"
+license=(GPL)
+groups=(x-apps)
+depends=(gspell gtksourceview4 libpeas xapp)
+makedepends=(meson samurai gobject-introspection intltool itstool)
+optdepends=('python: required for some plugins')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('682f7557674be8557b58e082e0f9643419be3dc17a777f90a0bd08850311f5d5')
+b2sums=('b844ee8ac36ce0a68f83dbca5437c9062c90114e17ae8569b86849142bfff00d488bdc3988d48636ec082dd09f96e4750af40be3e8ec2e0b5ec82df035268c81')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ samu -C build
+}
+
+package(){
+ DESTDIR="${pkgdir}" samu -C build install
+}