[arch-commits] Commit in xapp/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Dec 8 15:07:20 UTC 2020


    Date: Tuesday, December 8, 2020 @ 15:07:20
  Author: eschwartz
Revision: 771800

upgpkg: xapp 2.0.2-1: upstream release

Modified:
  xapp/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-08 13:14:37 UTC (rev 771799)
+++ PKGBUILD	2020-12-08 15:07:20 UTC (rev 771800)
@@ -3,8 +3,8 @@
 # Contributor: Nate Simon <aurpkg (at natesimon.net)>
 
 pkgname=xapp
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
 url="https://github.com/linuxmint/${pkgname}"
@@ -15,22 +15,10 @@
 provides=('xapps')
 conflicts=('xapps')
 replaces=('xapps')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-        "https://github.com/linuxmint/xapp/pull/117/commits/8fb391b5d8f081d6fa1ed4a7d9f56e175aae31ff.patch")
-sha256sums=('cc33dea39cc1092e77280ba290b94adf991125d922b285dc20c5a62cc41dac29'
-            'e5e0e3462746d2c967d136a5561de72fb67b9882d644fad30d516512eb8f5255')
-b2sums=('64159030705a8f94c4ebebc361a78b34ede83ff21e8ef66fe0445d0ff69f1d8546ccbe19625bad1ce9101fa6c4654ef3706ca9b0fc006f3b934562f388e96814'
-        '785f78e9f0dd51ae70388d09de26d760a530a6859f78995197fc9eacd1b4c483c3570b2e716ad27c9133f6b2f5e835507ba203359ed81069fc9b4e5c09ef8995')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('b86b307768a68b0090a890dd951702970c5ceb69d31ba26a0e8719ec5d5ab053')
+b2sums=('326e1e6e582fd2c3f8e878ad286da90678e577a4ed0a85e105b1d3cf3e744700c65f3ea40b0feac38407582a104a760a241522fff858d9349b850c68ccfcf796')
 
-prepare() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    # do not install file in Debian-specific location that doesn't work anywhere else
-    # https://github.com/linuxmint/xapp/pull/117
-    patch -p1 -i ../8fb391b5d8f081d6fa1ed4a7d9f56e175aae31ff.patch
-
-}
-
 build() {
     mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
     cd "${srcdir}"/${pkgname}-${pkgver}/build



More information about the arch-commits mailing list